fix
authorthomasv <thomasv@gitorious>
Sun, 15 Sep 2013 14:30:04 +0000 (16:30 +0200)
committerthomasv <thomasv@gitorious>
Sun, 15 Sep 2013 14:30:04 +0000 (16:30 +0200)
gui/gui_classic/main_window.py

index 832e000..d3623bb 100644 (file)
@@ -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