We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caa5a3 commit 0680a4eCopy full SHA for 0680a4e
1 file changed
rust/joinstr/src/joinstr/mod.rs
@@ -900,6 +900,7 @@ impl Joinstr<'_> {
900
901
let mut inner = self.inner.lock().expect("poisoned");
902
if inner.input.is_some() {
903
+ log::debug!("input: {:#?}", inner.input.clone().unwrap());
904
if let Some(s) = signer {
905
log::debug!("Joinstr::start_coinjoin_blocking({name}) try register input....");
906
inner.register_input(&s, ¬if)?;
0 commit comments