core: fix a merge fault (#26802)
This commit is contained in:
parent
19f74fa3c0
commit
010189538e
@ -118,7 +118,7 @@ func TestGenerateWithdrawalChain(t *testing.T) {
|
|||||||
// enforce that withdrawal indexes are monotonically increasing from 0
|
// enforce that withdrawal indexes are monotonically increasing from 0
|
||||||
var (
|
var (
|
||||||
withdrawalIndex uint64
|
withdrawalIndex uint64
|
||||||
head = blockchain.CurrentBlock().NumberU64()
|
head = blockchain.CurrentBlock().Number.Uint64()
|
||||||
)
|
)
|
||||||
for i := 0; i < int(head); i++ {
|
for i := 0; i < int(head); i++ {
|
||||||
block := blockchain.GetBlockByNumber(uint64(i))
|
block := blockchain.GetBlockByNumber(uint64(i))
|
||||||
|
Loading…
Reference in New Issue
Block a user