Skip to content

Commit

Permalink
fixup! fixup! Enable spliting lightning channel
Browse files Browse the repository at this point in the history
  • Loading branch information
luckysori committed Nov 29, 2023
1 parent b3181a0 commit 2c10619
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 @@ -2744,6 +2744,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 2c10619

Please sign in to comment.