This commit is contained in:
aozhiwei 2021-08-24 14:46:21 +08:00
parent 45d64b6ced
commit 1d5fa03579

View File

@ -216,6 +216,9 @@ namespace MetaData
)
);
lock_time += strings2.size() > 3 ? a8::XValue(strings2[3]).GetInt() : 0;
if (strings2.size() > 4) {
lock_time = a8::XValue(strings2[3]).GetInt() == 1;
}
}
}
{