Skip to content

Commit e5ed029

Browse files
committed
f - fix features = "_test_utils"
1 parent 71deb00 commit e5ed029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lightning/src/ln/msgs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ pub trait ChannelMessageHandler : BaseMessageHandler {
19341934
/// Handle an incoming `revoke_and_ack` message from the given peer.
19351935
fn handle_revoke_and_ack(&self, their_node_id: PublicKey, msg: &RevokeAndACK);
19361936

1937-
#[cfg(any(test, fuzzing))]
1937+
#[cfg(any(test, fuzzing, feature = "_test_utils"))]
19381938
/// Handle a batch of incoming `commitment_signed` message from the given peer.
19391939
fn handle_commitment_signed_batch(&self, their_node_id: PublicKey, batch: &Vec<CommitmentSigned>) {
19401940
for msg in batch {

0 commit comments

Comments
 (0)