1
0
This commit is contained in:
ThomasV
2025-03-20 10:54:29 +01:00
parent 707700d9f2
commit e9335f5cc7

View File

@@ -1134,7 +1134,7 @@ class LNWallet(LNWorker):
for chan in self.channels.values()) for chan in self.channels.values())
if balance_msat != lb: if balance_msat != lb:
# this typically happens when a channel is recently force closed # this typically happens when a channel is recently force closed
self.logger.info(f'get_lightning_history: balance mismatch {balnce_sat - lb}') self.logger.info(f'get_lightning_history: balance mismatch {balance_msat - lb}')
return out return out
def get_groups_for_onchain_history(self) -> Dict[str, str]: def get_groups_for_onchain_history(self) -> Dict[str, str]: