1
This commit is contained in:
parent
1d5fa03579
commit
212f97ce23
@ -216,8 +216,8 @@ 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) {
|
if (strings2.size() > 4 && a8::XValue(strings2[4]).GetInt() == 1) {
|
||||||
lock_time = a8::XValue(strings2[3]).GetInt() == 1;
|
lock_time = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user