forked from cerc-io/laconicd-deprecated
fix consensus error (#513)
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user