mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
minor lint
This commit is contained in:
parent
cb24543ddd
commit
bddacefae5
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue