We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71deb00 commit e5ed029Copy full SHA for e5ed029
lightning/src/ln/msgs.rs
@@ -1934,7 +1934,7 @@ pub trait ChannelMessageHandler : BaseMessageHandler {
1934
/// Handle an incoming `revoke_and_ack` message from the given peer.
1935
fn handle_revoke_and_ack(&self, their_node_id: PublicKey, msg: &RevokeAndACK);
1936
1937
- #[cfg(any(test, fuzzing))]
+ #[cfg(any(test, fuzzing, feature = "_test_utils"))]
1938
/// Handle a batch of incoming `commitment_signed` message from the given peer.
1939
fn handle_commitment_signed_batch(&self, their_node_id: PublicKey, batch: &Vec<CommitmentSigned>) {
1940
for msg in batch {
0 commit comments