We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd962b commit 5f58f8dCopy full SHA for 5f58f8d
lightning/src/sign/type_resolver.rs
@@ -24,6 +24,7 @@ impl<ECS: EcdsaChannelSigner> ChannelSignerType<ECS>{
24
}
25
26
27
+ #[allow(unused)]
28
pub(crate) fn as_mut_ecdsa(&mut self) -> Option<&mut ECS> {
29
match self {
30
ChannelSignerType::Ecdsa(ecs) => Some(ecs)
0 commit comments