fix ledger signing. fix dbb 2fa. follow-up partial txn ser change (#4405)
This commit is contained in:
@@ -429,7 +429,7 @@ class Ledger_KeyStore(Hardware_KeyStore):
|
||||
# Sign all inputs
|
||||
firstTransaction = True
|
||||
inputIndex = 0
|
||||
rawTx = tx.serialize()
|
||||
rawTx = tx.serialize_to_network()
|
||||
self.get_client().enableAlternate2fa(False)
|
||||
if segwitTransaction:
|
||||
self.get_client().startUntrustedTransaction(True, inputIndex,
|
||||
|
||||
Reference in New Issue
Block a user