Skip to content

Commit

Permalink
Fix unused warning in fuzz.
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed Sep 18, 2024
1 parent 793ec6c commit bf4528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/src/onion_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ struct TestAsyncPaymentsMessageHandler {}

impl AsyncPaymentsMessageHandler for TestAsyncPaymentsMessageHandler {
fn held_htlc_available(
&self, message: HeldHtlcAvailable, responder: Option<Responder>,
&self, _message: HeldHtlcAvailable, responder: Option<Responder>,
) -> Option<(ReleaseHeldHtlc, ResponseInstruction)> {
let responder = match responder {
Some(resp) => resp,
Expand Down

0 comments on commit bf4528b

Please sign in to comment.