fix consensus error (#513)

This commit is contained in:
noot
2020-09-14 13:41:46 -04:00
committed by GitHub
parent 701ca7c43b
commit cf9662c7bd
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -758,7 +758,7 @@ func TestEth_EstimateGas(t *testing.T) {
err := json.Unmarshal(rpcRes.Result, &gas)
require.NoError(t, err, string(rpcRes.Result))
require.Equal(t, "0xfd40", gas)
require.Equal(t, "0xf76c", gas)
}
func TestEth_EstimateGas_ContractDeployment(t *testing.T) {