EIP-2930 spec change for signature hash (#261)

* EIP-2930 spec change for signature hash
* Removing eip2930 test blocks
This commit is contained in:
rakita
2021-02-10 15:58:35 +01:00
committed by GitHub
parent 6b4e56b214
commit dbf9a1cd98
7 changed files with 7 additions and 3259 deletions

View File

@@ -25,7 +25,6 @@ use std::io::Read;
pub enum ForkSpec {
EIP150,
EIP158,
EIP2930,
Frontier,
Homestead,
Byzantium,