fix test case

This commit is contained in:
Sina Mahmoodi 2024-01-10 16:18:40 +03:30
parent 7eb94394bf
commit b820142e12

View file

@ -169,7 +169,7 @@ func testAccessList(t *testing.T, client *rpc.Client) {
From: testAddr,
To: &common.Address{},
Gas: 21000,
GasPrice: big.NewInt(765625000),
GasPrice: big.NewInt(875000000),
Value: big.NewInt(1),
}
al, gas, vmErr, err := ec.CreateAccessList(context.Background(), msg)