fix
This commit is contained in:
@@ -1685,7 +1685,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
return
|
return
|
||||||
|
|
||||||
try:
|
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:
|
except BaseException, e:
|
||||||
self.show_message(str(e))
|
self.show_message(str(e))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user