Skip to content

Commit b68ef79

Browse files
committed
f Don't panic on no Runtime loaded
1 parent 1168ad3 commit b68ef79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ where
203203
let locked_runtime = self.tokio_runtime.read().unwrap();
204204
if locked_runtime.as_ref().is_none() {
205205
log_error!(self.logger, "Failed to broadcast transaction: No runtime.");
206-
unreachable!("Failed to broadcast transaction: No runtime.");
207206
}
208207

209208
let res = tokio::task::block_in_place(move || {

0 commit comments

Comments
 (0)