We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2723500 commit de44894Copy full SHA for de44894
lightning/src/chain/onchaintx.rs
@@ -826,7 +826,7 @@ impl<ChannelSigner: Sign> OnchainTxHandler<ChannelSigner> {
826
// been aggregated in a single tx and claimed so atomically
827
if let Some(request) = self.pending_claim_requests.remove(&package_id) {
828
for outpoint in request.outpoints() {
829
- log_debug!(logger, "Removing claim tracking for {} due to maturation of claim tx {}.",
+ log_debug!(logger, "Removing claim tracking for {} due to maturation of claim package {}.",
830
outpoint, log_bytes!(package_id));
831
self.claimable_outpoints.remove(&outpoint);
832
#[cfg(anchors)]
0 commit comments