Daniel Weigl 3ba79f0e3d Error in serialization for nLockTime values
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
2016-07-03 19:25:02 +02:00
..
2015-12-27 00:37:51 -03:00
2014-12-01 23:36:49 +00:00
2014-12-01 23:36:49 +00:00
2014-12-01 23:36:49 +00:00
2014-12-01 23:36:49 +00:00
2014-12-01 23:36:49 +00:00
2015-12-27 00:37:51 -03:00
2014-12-01 23:36:49 +00:00
2015-05-17 00:30:21 +00:00
2015-12-27 00:37:51 -03:00