1
0

Merge branch 'trezor_plugin' of github.com:m0mchil/electrum into m0mchil-trezor_plugin

This commit is contained in:
ThomasV
2014-08-08 14:56:06 +02:00
3 changed files with 424 additions and 4 deletions

View File

@@ -439,7 +439,7 @@ def parse_input(vds):
d = {}
prevout_hash = hash_encode(vds.read_bytes(32))
prevout_n = vds.read_uint32()
scriptSig = vds.read_bytes(vds.read_compact_size())
d['scriptSig'] = scriptSig = vds.read_bytes(vds.read_compact_size())
sequence = vds.read_uint32()
if prevout_hash == '00'*32:
d['is_coinbase'] = True