allow multiple-outputs transactions with mktx()
This commit is contained in:
@@ -841,7 +841,7 @@ class ElectrumWindow:
|
||||
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