We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5065d commit c70ea1dCopy full SHA for c70ea1d
lightning/src/sign/mod.rs
@@ -57,7 +57,7 @@ use core::convert::TryInto;
57
use core::ops::Deref;
58
use core::sync::atomic::{AtomicUsize, Ordering};
59
#[cfg(taproot)]
60
-use musig2::types::{PartialSignature, PublicNonce, SecretNonce};
+use musig2::types::{PartialSignature, PublicNonce};
61
use crate::io::{self, Error};
62
use crate::ln::features::ChannelTypeFeatures;
63
use crate::ln::msgs::{DecodeError, MAX_VALUE_MSAT};
0 commit comments