1
0

Merge remote-tracking branch 'upstream/master' into clean

This commit is contained in:
Michael Wozniak
2013-11-10 17:00:00 -05:00
21 changed files with 102 additions and 89 deletions

View File

@@ -807,7 +807,7 @@ class ElectrumWindow:
try:
tx = self.wallet.mktx( [(to_address, amount)], password, fee )
except BaseException, e:
except Exception as e:
self.show_message(str(e))
return