URI: 
       tledger: better message - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 56c490faf08b6053f332841d9a9f41f195b71e8a
   DIR parent 5f038a4157b1c24c8fef5b7519640ca74be99dfe
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 22 Sep 2016 10:54:32 +0200
       
       ledger: better message
       
       Diffstat:
         M plugins/ledger/ledger.py            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/plugins/ledger/ledger.py b/plugins/ledger/ledger.py
       t@@ -313,7 +313,7 @@ class Ledger_KeyStore(Hardware_KeyStore):
                            output = address
                            outputAmount = amount
        
       -        self.handler.show_message("Signing Transaction ...")
       +        self.handler.show_message(_("Confirm Transaction on your Ledger device..."))
                try:
                    # Get trusted inputs from the original transactions
                    for utxo in inputs:                
       t@@ -324,7 +324,7 @@ class Ledger_KeyStore(Hardware_KeyStore):
                        else:
                            tmp = utxo[3].decode('hex')[::-1].encode('hex')
                            tmp += int_to_hex(utxo[1], 4)
       -                    chipInputs.append({ 'value' : tmp.decode('hex') })                                        
       +                    chipInputs.append({'value' : tmp.decode('hex')})
                            redeemScripts.append(bytearray(utxo[2].decode('hex')))
        
                    # Sign all inputs