1
This commit is contained in:
parent
45d64b6ced
commit
1d5fa03579
@ -216,6 +216,9 @@ namespace MetaData
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
lock_time += strings2.size() > 3 ? a8::XValue(strings2[3]).GetInt() : 0;
|
lock_time += strings2.size() > 3 ? a8::XValue(strings2[3]).GetInt() : 0;
|
||||||
|
if (strings2.size() > 4) {
|
||||||
|
lock_time = a8::XValue(strings2[3]).GetInt() == 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user