diff --git a/internal/ethapi/simulate.go b/internal/ethapi/simulate.go index ee9f47e144..e3db29c2fa 100644 --- a/internal/ethapi/simulate.go +++ b/internal/ethapi/simulate.go @@ -411,7 +411,8 @@ func (sim *simulator) sanitizeChain(blocks []simBlock) ([]simBlock, error) { Number: (*hexutil.Big)(n), Time: (*hexutil.Uint64)(&t), Withdrawals: &types.Withdrawals{}, - }} + }, + } prevTimestamp = t res = append(res, b) }