minor lint

This commit is contained in:
Rez 2025-03-20 08:07:51 +11:00
parent cb24543ddd
commit bddacefae5
No known key found for this signature in database

View file

@ -411,7 +411,8 @@ func (sim *simulator) sanitizeChain(blocks []simBlock) ([]simBlock, error) {
Number: (*hexutil.Big)(n), Number: (*hexutil.Big)(n),
Time: (*hexutil.Uint64)(&t), Time: (*hexutil.Uint64)(&t),
Withdrawals: &types.Withdrawals{}, Withdrawals: &types.Withdrawals{},
}} },
}
prevTimestamp = t prevTimestamp = t
res = append(res, b) res = append(res, b)
} }