We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ddd3d commit 45c8588Copy full SHA for 45c8588
rust/joinstr/src/joinstr/mod.rs
@@ -801,6 +801,7 @@ impl Joinstr<'_> {
801
let signer = signer.clone();
802
thread::spawn(move || {
803
if let Err(e) = cloned.start_coinjoin_blocking(pool, signer, || {}) {
804
+ log::error!("Joinstr::start_coinjoin() start_coinjoin_blocking() falied: {e:?}");
805
let mut inner = cloned.inner.lock().expect("poisoned");
806
inner.error = Some(format!("{:?}", e));
807
inner.step = Step::Failed;
0 commit comments