mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
fix typo
This commit is contained in:
parent
1c1cb3c71d
commit
34628533fb
1 changed files with 1 additions and 1 deletions
|
@ -1466,7 +1466,7 @@ class Imported_Wallet(Abstract_Wallet):
|
|||
txin['signatures'] = [None]
|
||||
return
|
||||
|
||||
txin_type = self.addresses[address]['txin_type']
|
||||
txin_type = self.addresses[address]['type']
|
||||
txin['type'] = txin_type
|
||||
if txin_type in ['p2pkh', 'p2wkh', 'p2wkh-p2sh']:
|
||||
pubkey = self.addresses[address]['pubkey']
|
||||
|
|
Loading…
Add table
Reference in a new issue