mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
Fix warnings. (#4768)
This commit is contained in:
@@ -200,7 +200,9 @@ where
|
||||
|
||||
let _ = exit_send.send(());
|
||||
|
||||
runtime.block_on(handle);
|
||||
if let Err(e) = runtime.block_on(handle) {
|
||||
log::error!("Error running node: {:?}", e);
|
||||
}
|
||||
|
||||
match service_res {
|
||||
Either::Left((res, _)) => res.map_err(error::Error::Service),
|
||||
|
||||
Reference in New Issue
Block a user