This commit is contained in:
thomasv 2013-09-15 16:30:04 +02:00
parent 0eaa894aee
commit 4b9b532738
1 changed files with 1 additions and 1 deletions

View 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