Skip to content

Commit 2d6464c

Browse files
committed
Allow unused_variables for one _test_vectors method
1 parent 15e1416 commit 2d6464c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/util/crypto.rs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ pub fn sign<C: Signing>(ctx: &Secp256k1<C>, msg: &Message, sk: &SecretKey) -> Si
6464
}
6565

6666
#[inline]
67+
#[allow(unused_variables)]
6768
pub fn sign_with_aux_rand<C: Signing, ES: Deref>(
6869
ctx: &Secp256k1<C>, msg: &Message, sk: &SecretKey, entropy_source: &ES
6970
) -> Signature where ES::Target: EntropySource {

0 commit comments

Comments
 (0)