mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-11 04:59:51 +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]
|
txin['signatures'] = [None]
|
||||||
return
|
return
|
||||||
|
|
||||||
txin_type = self.addresses[address]['txin_type']
|
txin_type = self.addresses[address]['type']
|
||||||
txin['type'] = txin_type
|
txin['type'] = txin_type
|
||||||
if txin_type in ['p2pkh', 'p2wkh', 'p2wkh-p2sh']:
|
if txin_type in ['p2pkh', 'p2wkh', 'p2wkh-p2sh']:
|
||||||
pubkey = self.addresses[address]['pubkey']
|
pubkey = self.addresses[address]['pubkey']
|
||||||
|
|
Loading…
Add table
Reference in a new issue