1
0

fix: mktx syntax

This commit is contained in:
thomasv
2013-02-27 12:47:11 +01:00
parent 58be7c73c5
commit cd9f2f02d2
5 changed files with 5 additions and 5 deletions

View File

@@ -260,7 +260,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)], password, fee)
except BaseException, e:
self.show_message(str(e))
return