mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
minor fix
This commit is contained in:
parent
f4a0a90010
commit
c742e8c5cf
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ class Transaction:
|
|||
xpub_list.append((xpub,sequence))
|
||||
elif x_pubkey[0:2] == 'fe':
|
||||
xpub, sequence = OldAccount.parse_xpubkey(x_pubkey)
|
||||
xpub_list.add((xpub,sequence))
|
||||
xpub_list.append((xpub,sequence))
|
||||
else:
|
||||
addr_list.add(txin['address'])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue