mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-09 18:15:23 +02:00
3ba79f0e3d
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