Merge branch 'trezor_plugin' of github.com:m0mchil/electrum into m0mchil-trezor_plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user