mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
cover it in test case
This commit is contained in:
parent
100c593ad9
commit
523e3d24fa
1 changed files with 2 additions and 0 deletions
|
|
@ -1035,6 +1035,8 @@ func TestMulticallV1(t *testing.T) {
|
||||||
From: &randomAccounts[1].addr,
|
From: &randomAccounts[1].addr,
|
||||||
To: &randomAccounts[2].addr,
|
To: &randomAccounts[2].addr,
|
||||||
Value: (*hexutil.Big)(big.NewInt(1000)),
|
Value: (*hexutil.Big)(big.NewInt(1000)),
|
||||||
|
}, {
|
||||||
|
To: &randomAccounts[3].addr,
|
||||||
}},
|
}},
|
||||||
}},
|
}},
|
||||||
want: []blockRes{{
|
want: []blockRes{{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue