From abaa42eac0b971cda1ad64d60d279123dcd97262 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 8 Jan 2023 13:10:12 +0100 Subject: [PATCH] make lnwatcher less spammy --- electrum/lnwatcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/electrum/lnwatcher.py b/electrum/lnwatcher.py index 5e2743843..b22acddb2 100644 --- a/electrum/lnwatcher.py +++ b/electrum/lnwatcher.py @@ -525,7 +525,6 @@ class LNWalletWatcher(LNWatcher): self.logger.info(f'we can broadcast: {name}') tx_was_added = await self.network.try_broadcasting(new_tx, name) else: - self.logger.info(f'cannot broadcast: {name} {reason}') # we may have a tx with a different fee, in which case it will be replaced if not old_tx or (old_tx and old_tx.txid() != new_tx.txid()): try: