Skip to content

Commit

Permalink
Merge pull request #1191 from get10101/chore/remove-noisy-log
Browse files Browse the repository at this point in the history
Remove log about pending on-chain balance
  • Loading branch information
luckysori authored Aug 30, 2023
2 parents 80674f5 + 53eba6f commit c0425af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/ln-dlc-node/src/node/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ where
};

let pending_close = claimable_channel_balances.iter().fold(0, |acc, balance| {
tracing::debug!(balance = ?balance, "Pending on-chain balance from channel closure");

use ::lightning::chain::channelmonitor::Balance::*;
match balance {
ClaimableOnChannelClose {
Expand Down

0 comments on commit c0425af

Please sign in to comment.