fix typo
This commit is contained in:
parent
a220932711
commit
0af700bda0
@ -1724,7 +1724,7 @@ class Multisig_Wallet(Deterministic_Wallet):
|
|||||||
self.keystores[name] = load_keystore(self.storage, name)
|
self.keystores[name] = load_keystore(self.storage, name)
|
||||||
self.keystore = self.keystores['x1/']
|
self.keystore = self.keystores['x1/']
|
||||||
xtype = deserialize_xpub(self.keystore.xpub)[0]
|
xtype = deserialize_xpub(self.keystore.xpub)[0]
|
||||||
self.txin_type = 'p2sh' if xtype == 'standard' else 'xtype'
|
self.txin_type = 'p2sh' if xtype == 'standard' else xtype
|
||||||
|
|
||||||
def save_keystore(self):
|
def save_keystore(self):
|
||||||
for name, k in self.keystores.items():
|
for name, k in self.keystores.items():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user