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

@@ -451,7 +451,7 @@ def pay_to(recipient, amount, fee, label):
droid.dialogShow()
try:
tx = wallet.mktx( [(recipient, amount)], label, password, fee)
tx = wallet.mktx( [(recipient, amount)], password, fee)
except BaseException, e:
modal_dialog('error', e.message)
droid.dialogDismiss()