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 96ac902 commit 470a183Copy full SHA for 470a183
miner/miner.go
@@ -78,7 +78,7 @@ type Config struct {
78
AlgoType AlgoType // Algorithm to use for block building
79
Recommit time.Duration // The time interval for miner to re-create mining work.
80
Noverify bool // Disable remote mining solution verification(only useful in ethash).
81
- BuilderTxSigningKey *ecdsa.PrivateKey // Signing key of builder coinbase to make transaction to validator
+ BuilderTxSigningKey *ecdsa.PrivateKey `toml:",omitempty"` // Signing key of builder coinbase to make transaction to validator
82
MaxMergedBundles int
83
Blocklist []common.Address `toml:",omitempty"`
84
NewPayloadTimeout time.Duration // The maximum time allowance for creating a new payload
0 commit comments