mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
follow-up previous commit
This commit is contained in:
parent
7ea2cb41e8
commit
cad3798f84
1 changed files with 3 additions and 4 deletions
|
@ -1733,7 +1733,6 @@ class Multisig_Wallet(Deterministic_Wallet, P2SH):
|
||||||
# x_pubkeys are not sorted here because it would be too slow
|
# x_pubkeys are not sorted here because it would be too slow
|
||||||
# they are sorted in transaction.get_sorted_pubkeys
|
# they are sorted in transaction.get_sorted_pubkeys
|
||||||
# pubkeys is set to None to signal that x_pubkeys are unsorted
|
# pubkeys is set to None to signal that x_pubkeys are unsorted
|
||||||
if txin.get('x_pubkeys') is None:
|
|
||||||
derivation = self.get_address_index(address)
|
derivation = self.get_address_index(address)
|
||||||
txin['x_pubkeys'] = [k.get_xpubkey(*derivation) for k in self.get_keystores()]
|
txin['x_pubkeys'] = [k.get_xpubkey(*derivation) for k in self.get_keystores()]
|
||||||
txin['pubkeys'] = None
|
txin['pubkeys'] = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue