Skip to content

Commit

Permalink
fixup! fix: Add delay before paying jit channel open fees
Browse files Browse the repository at this point in the history
print channel details for debugging
  • Loading branch information
holzeis committed Jul 26, 2023
1 parent 93d6e8f commit 0bc00bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/native/src/channel_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ impl ChannelFeePaymentSubscriber {
.channel_manager
.get_channel_details(&channel_id)
.expect("Channel details to exist");
tracing::trace!("------> Channel Details: {:?}", channel_details);
if channel_details.is_usable {
tracing::debug!("Channel {} is usable", hex::encode(channel_id));
break;
Expand Down

0 comments on commit 0bc00bc

Please sign in to comment.