allow multiple-outputs transactions with mktx()
This commit is contained in:
@@ -768,7 +768,7 @@ class ElectrumWindow(QMainWindow):
|
||||
password = None
|
||||
|
||||
try:
|
||||
tx = self.wallet.mktx( to_address, amount, label, password, fee)
|
||||
tx = self.wallet.mktx( [(to_address, amount)], label, password, fee)
|
||||
except BaseException, e:
|
||||
self.show_message(str(e))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user