mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Merge pull request #2871 from SomberNight/coinbase_scriptSig
fix: set scriptSig when spending from coinbase
This commit is contained in:
commit
7e66a5e128
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ def parse_input(vds):
|
|||
d['sequence'] = sequence
|
||||
if prevout_hash == '00'*32:
|
||||
d['type'] = 'coinbase'
|
||||
d['scriptSig'] = bh2u(scriptSig)
|
||||
else:
|
||||
d['x_pubkeys'] = []
|
||||
d['pubkeys'] = []
|
||||
|
|
Loading…
Add table
Reference in a new issue