We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082118b commit 830e0fcCopy full SHA for 830e0fc
miner/miner.go
@@ -44,7 +44,7 @@ type Backend interface {
44
type Config struct {
45
Etherbase common.Address `toml:",omitempty"` // Public address for block mining rewards (default = first account)
46
Notify []string `toml:",omitempty"` // HTTP URL list to be notified of new work packages (only useful in ethash).
47
- NotifyFull bool `toml:",omitempty"` // Notify with pending block bodies instead of work packages
+ NotifyFull bool `toml:",omitempty"` // Notify with pending block headers instead of work packages
48
ExtraData hexutil.Bytes `toml:",omitempty"` // Block extra data set by the miner
49
GasFloor uint64 // Target gas floor for mined blocks.
50
GasCeil uint64 // Target gas ceiling for mined blocks.
0 commit comments