mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: spawn more eth calls and add docs (#2715)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user