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