Trigger search for channel create fail

This commit is contained in:
Dominik Werder
2023-09-27 14:08:29 +02:00
parent 38ea01e724
commit 1a2ef153f6
16 changed files with 845 additions and 354 deletions

View File

@@ -42,6 +42,7 @@ where
}
},
Err(e) => {
debug!("batcher timeout rx len {}", rx.len());
let _e: tokio::time::error::Elapsed = e;
if all.len() > 0 {
do_emit = true;