minor fix

This commit is contained in:
ThomasV 2016-07-30 09:54:22 +02:00
parent 90cfc6af90
commit 58f1168004
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class TxDialog(Factory.Popup):
try:
new_tx = self.wallet.bump_fee(self.tx, delta)
except BaseException as e:
self.app.show_error(e)
self.app.show_error(str(e))
return
if is_final:
new_tx.set_sequence(0xffffffff)