tests: updated

This commit is contained in:
Jeffrey Wilcke
2016-11-08 23:07:44 +01:00
parent ae33883c2f
commit a91908e567
156 changed files with 63499 additions and 64688 deletions

View File

@ -751,7 +751,7 @@ func TestEIP158_150SingleCodeGasPrice(t *testing.T) {
EIP158Block: big.NewInt(3500000),
}
fn := filepath.Join(stateTestDir, "EIP158", "EIP150", "stEIPSingleCodeGasPrices.json")
fn := filepath.Join(stateTestDir, "EIP158", "EIP150", "stEIPsingleCodeGasPrices.json")
if err := RunStateTest(chainConfig, fn, StateSkipTests); err != nil {
t.Error(err)
}