chore: spawn more eth calls and add docs (#2715)

Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
Matthias Seitz
2023-05-17 13:22:37 +02:00
committed by GitHub
parent cadf702e5d
commit 755438d61c
6 changed files with 83 additions and 41 deletions

View File

@ -50,7 +50,8 @@ pub enum BlockExecutionError {
MissingTotalDifficulty { hash: H256 },
/// Only used for TestExecutor
#[cfg(feature = "test-utils")]
///
/// Note: this is not feature gated for convenience.
#[error("Execution unavailable for tests")]
UnavailableForTest,
}