|
|
|
@ -313,7 +313,7 @@ class Ledger_KeyStore(Hardware_KeyStore): |
|
|
|
output = address |
|
|
|
output = address |
|
|
|
outputAmount = amount |
|
|
|
outputAmount = amount |
|
|
|
|
|
|
|
|
|
|
|
self.handler.show_message("Signing Transaction ...") |
|
|
|
self.handler.show_message(_("Confirm Transaction on your Ledger device...")) |
|
|
|
try: |
|
|
|
try: |
|
|
|
# Get trusted inputs from the original transactions |
|
|
|
# Get trusted inputs from the original transactions |
|
|
|
for utxo in inputs: |
|
|
|
for utxo in inputs: |
|
|
|
|