Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: p2pderivatives/rust-lightning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 91a5eecbcd84aaad68dde4775031a3727014c19f
Choose a base ref
..
head repository: p2pderivatives/rust-lightning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 017121fe08132acf724e61ae15e9b593d4154a89
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 lightning/src/ln/channelmanager.rs
3 changes: 3 additions & 0 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
@@ -2528,6 +2528,9 @@ where
channel_id: channel_lock.channel.context.channel_id(),
signature: *commitment_signature,
htlc_signatures: htlc_signatures.to_vec(),
#[cfg(taproot)]
partial_signature_with_nonce: None,

};

let chan = channel_lock.get_channel();