add some test cases

This commit is contained in:
Eitan Seri-Levi
2025-06-13 16:58:07 +03:00
parent 92c22ed33e
commit dd7c229844
7 changed files with 294 additions and 7 deletions

View File

@@ -1400,7 +1400,8 @@ impl ChainSpec {
impl Default for ChainSpec {
fn default() -> Self {
Self::mainnet() }
Self::mainnet()
}
}
/// Exact implementation of the *config* object from the Ethereum spec (YAML/JSON).