Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EthersDB::with_runtime and EthersDB::with_handle were added in v11 for reasons involving async. Unlike EthersDB::new, these two functions always fork the latest block (even when a historical block is specified). This commit fixes that.
- Loading branch information