mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
miner: fix a typo in comment
This commit is contained in:
parent
5677758b9d
commit
edbb2c4a83
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ type newPayloadResult struct {
|
|||
receipts []*types.Receipt // Receipts collected during construction
|
||||
}
|
||||
|
||||
// generateParams wraps various of settings for generating sealing task.
|
||||
// generateParams wraps various settings for generating sealing task.
|
||||
type generateParams struct {
|
||||
timestamp uint64 // The timestamp for sealing task
|
||||
forceTime bool // Flag whether the given timestamp is immutable or not
|
||||
|
|
|
|||
Loading…
Reference in a new issue