Unverified Commit 01018953 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

core: fix a merge fault (#26802)

parent 19f74fa3
......@@ -118,7 +118,7 @@ func TestGenerateWithdrawalChain(t *testing.T) {
// enforce that withdrawal indexes are monotonically increasing from 0
var (
withdrawalIndex uint64
head = blockchain.CurrentBlock().NumberU64()
head = blockchain.CurrentBlock().Number.Uint64()
)
for i := 0; i < int(head); i++ {
block := blockchain.GetBlockByNumber(uint64(i))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment