mirror of
https://github.com/OutCast3k/coinbin.git
synced 2026-07-30 15:07:03 +02:00
if nLockTime is 1234(decimal) -> thats 4D2(hex) -> The current code splits it beginning from the end into bytes -> [4d, 02], but it should be [4, d2]. Error only occurs if one of the bytes is <16