get rid of EL endpoint switching at forks

This commit is contained in:
realbigsean
2023-01-13 10:51:45 -05:00
parent d96d793bfb
commit e9affafb6b
5 changed files with 45 additions and 58 deletions

View File

@@ -18,8 +18,8 @@ use tree_hash_derive::TreeHash;
Decode,
TreeHash,
Default,
TestRandom,
Derivative,
TestRandom,
Derivative,
arbitrary::Arbitrary,
)]
#[serde(bound = "T: EthSpec")]