tfix #910 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 070126104fcdcbd45c4e3c11e3e338bc4a363447 DIR parent 5ceb3a19017b8a3a666063d677d3c069da0630a9 HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 30 Oct 2014 21:04:10 +0100 fix #910 Diffstat: M plugins/trezor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/plugins/trezor.py b/plugins/trezor.py t@@ -273,7 +273,7 @@ class TrezorWallet(NewWallet): b64_msg_sig = b64encode(msg_sig.signature) return str(b64_msg_sig) - def sign_transaction(self, tx, keypairs, password): + def sign_transaction(self, tx, password): # the tx is signed by trezor_sign, in the GUI thread if tx.error: raise BaseException(tx.error)