Skip to content

Commit

Permalink
Fix taproot build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-lg committed Nov 2, 2023
1 parent 6fd6114 commit 71ff66c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2515,6 +2515,8 @@ 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();
Expand Down

0 comments on commit 71ff66c

Please sign in to comment.