We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1168ad3 commit b68ef79Copy full SHA for b68ef79
src/wallet.rs
@@ -203,7 +203,6 @@ where
203
let locked_runtime = self.tokio_runtime.read().unwrap();
204
if locked_runtime.as_ref().is_none() {
205
log_error!(self.logger, "Failed to broadcast transaction: No runtime.");
206
- unreachable!("Failed to broadcast transaction: No runtime.");
207
}
208
209
let res = tokio::task::block_in_place(move || {
0 commit comments