tfix - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 4b9b5327381d84482133266cf89d953b404635c7 DIR parent 0eaa894aeecfef742fdda625ceb7edb7925e0a4c HTML Author: thomasv <thomasv@gitorious> Date: Sun, 15 Sep 2013 16:30:04 +0200 fix Diffstat: M gui/gui_classic/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/gui_classic/main_window.py b/gui/gui_classic/main_window.py t@@ -1685,7 +1685,7 @@ class ElectrumWindow(QMainWindow): return try: - tx = self.wallet.make_unsigned_transaction(outputs, None, None, account=self.current_account) + tx = self.wallet.make_unsigned_transaction(outputs, None, None) except BaseException, e: self.show_message(str(e)) return