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