diff --git a/gui/gui_classic/main_window.py b/gui/gui_classic/main_window.py index 832e0009..d3623bb5 100644 --- a/gui/gui_classic/main_window.py +++ b/gui/gui_classic/main_window.py @@ -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