mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix test case
This commit is contained in:
parent
7eb94394bf
commit
b820142e12
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ func testAccessList(t *testing.T, client *rpc.Client) {
|
||||||
From: testAddr,
|
From: testAddr,
|
||||||
To: &common.Address{},
|
To: &common.Address{},
|
||||||
Gas: 21000,
|
Gas: 21000,
|
||||||
GasPrice: big.NewInt(765625000),
|
GasPrice: big.NewInt(875000000),
|
||||||
Value: big.NewInt(1),
|
Value: big.NewInt(1),
|
||||||
}
|
}
|
||||||
al, gas, vmErr, err := ec.CreateAccessList(context.Background(), msg)
|
al, gas, vmErr, err := ec.CreateAccessList(context.Background(), msg)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue