mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
minor fix
This commit is contained in:
parent
90cfc6af90
commit
58f1168004
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue