Skip to content

Commit 0680a4e

Browse files
committed
u
1 parent 8caa5a3 commit 0680a4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • rust/joinstr/src/joinstr

rust/joinstr/src/joinstr/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,7 @@ impl Joinstr<'_> {
900900

901901
let mut inner = self.inner.lock().expect("poisoned");
902902
if inner.input.is_some() {
903+
log::debug!("input: {:#?}", inner.input.clone().unwrap());
903904
if let Some(s) = signer {
904905
log::debug!("Joinstr::start_coinjoin_blocking({name}) try register input....");
905906
inner.register_input(&s, &notif)?;

0 commit comments

Comments
 (0)