fix #7895: rename parameter
This commit is contained in:
@@ -529,7 +529,7 @@ class LNWalletWatcher(LNWatcher):
|
|||||||
# we may have a tx with a different fee, in which case it will be replaced
|
# we may have a tx with a different fee, in which case it will be replaced
|
||||||
if old_tx != new_tx:
|
if old_tx != new_tx:
|
||||||
try:
|
try:
|
||||||
tx_was_added = self.adb.add_transaction(new_tx, notify=(old_tx is None))
|
tx_was_added = self.adb.add_transaction(new_tx, notify_GUI=(old_tx is None))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.info(f'could not add future tx: {name}. prevout: {prevout} {str(e)}')
|
self.logger.info(f'could not add future tx: {name}. prevout: {prevout} {str(e)}')
|
||||||
tx_was_added = False
|
tx_was_added = False
|
||||||
|
|||||||
Reference in New Issue
Block a user