mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: split async/sync work in stages (#4636)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
@ -111,8 +111,7 @@ impl Case for BlockchainTestCase {
|
||||
.expect("Could not build tokio RT")
|
||||
.block_on(async {
|
||||
// ignore error
|
||||
let _ =
|
||||
stage.execute(&provider, ExecInput { target, checkpoint: None }).await;
|
||||
let _ = stage.execute(&provider, ExecInput { target, checkpoint: None });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user