Skip to content

Commit 830e0fc

Browse files
committed
miner: fix typo
1 parent 082118b commit 830e0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/miner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type Backend interface {
4444
type Config struct {
4545
Etherbase common.Address `toml:",omitempty"` // Public address for block mining rewards (default = first account)
4646
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
47+
NotifyFull bool `toml:",omitempty"` // Notify with pending block headers instead of work packages
4848
ExtraData hexutil.Bytes `toml:",omitempty"` // Block extra data set by the miner
4949
GasFloor uint64 // Target gas floor for mined blocks.
5050
GasCeil uint64 // Target gas ceiling for mined blocks.

0 commit comments

Comments
 (0)