We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e135b commit 3703908Copy full SHA for 3703908
rust/joinstr/src/signer/mod.rs
@@ -82,6 +82,8 @@ pub fn descriptor(
82
multipath
83
);
84
85
+ log::debug!("WpkhHotSigner descriptor: {}", descr_str);
86
+
87
Descriptor::<DescriptorPublicKey>::from_str(&descr_str).expect("descriptor")
88
}
89
0 commit comments