open Istanbul and MuirGlacier from ChainConfig (#645)

* open Istanbul and MuirGlacier

* fix ut

* fix ut
This commit is contained in:
Pierre
2020-12-08 16:49:35 +01:00
committed by GitHub
parent c4a3c0a96e
commit 9cc464b5e4
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -762,7 +762,7 @@ func TestEth_EstimateGas(t *testing.T) {
err := json.Unmarshal(rpcRes.Result, &gas)
require.NoError(t, err, string(rpcRes.Result))
require.Equal(t, "0xf552", gas)
require.Equal(t, "0xf54c", gas)
}
func TestEth_EstimateGas_ContractDeployment(t *testing.T) {