mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 14:01:39 +00:00
(minor) trigger 'wallet_updated' callback when adding future tx
This commit is contained in:
parent
7771daf94e
commit
874efc125d
1 changed files with 1 additions and 0 deletions
|
@ -409,5 +409,6 @@ class LNWalletWatcher(LNWatcher):
|
|||
try:
|
||||
self.lnworker.wallet.add_future_tx(tx, remaining)
|
||||
self.logger.info(f'adding future tx: {name}. prevout: {prevout}')
|
||||
self.network.trigger_callback('wallet_updated', self.lnworker.wallet)
|
||||
except Exception as e:
|
||||
self.logger.info(f'could not add future tx: {name}. prevout: {prevout} {str(e)}')
|
||||
|
|
Loading…
Add table
Reference in a new issue