miner: fix a typo in comment

This commit is contained in:
Aaron Chen 2024-04-06 14:26:44 +08:00 committed by GitHub
parent 5677758b9d
commit edbb2c4a83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ type newPayloadResult struct {
receipts []*types.Receipt // Receipts collected during construction 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 { type generateParams struct {
timestamp uint64 // The timestamp for sealing task timestamp uint64 // The timestamp for sealing task
forceTime bool // Flag whether the given timestamp is immutable or not forceTime bool // Flag whether the given timestamp is immutable or not