Revert "Fix 'need more than 2 values to unpack' error."
This reverts commit 812399f51d.
This commit is contained in:
@@ -187,7 +187,7 @@ class ElectrumGui:
|
||||
if c == "n": return
|
||||
|
||||
try:
|
||||
tx = self.wallet.mktx( [("address", self.str_recipient, amount)], password, self.config, fee)
|
||||
tx = self.wallet.mktx( [(self.str_recipient, amount)], password, self.config, fee)
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user