Skip to content

Commit 5f58f8d

Browse files
committed
Fix build warning for unused method
1 parent 6bd962b commit 5f58f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/sign/type_resolver.rs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ impl<ECS: EcdsaChannelSigner> ChannelSignerType<ECS>{
2424
}
2525
}
2626

27+
#[allow(unused)]
2728
pub(crate) fn as_mut_ecdsa(&mut self) -> Option<&mut ECS> {
2829
match self {
2930
ChannelSignerType::Ecdsa(ecs) => Some(ecs)

0 commit comments

Comments
 (0)