You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BlockPerioduint64`toml:",omitempty"`// Default minimum difference between two consecutive block's timestamps in second
129
128
EmptyBlockPerioduint64`toml:",omitempty"`// Default minimum difference between a block and empty block's timestamps in second
130
129
ProposerPolicy*ProposerPolicy`toml:",omitempty"`// The policy for proposer selection
@@ -133,13 +132,13 @@ type Config struct {
133
132
AllowedFutureBlockTimeuint64`toml:",omitempty"`// Max time (in seconds) from current time allowed for blocks, before they're considered future blocks
134
133
TestQBFTBlock*big.Int`toml:",omitempty"`// Fork block at which block confirmations are done using qbft consensus instead of ibft
135
134
BeneficiaryMode*string`toml:",omitempty"`// Mode for setting the beneficiary, either: list, besu, validators (beneficiary list is the list of validators)
136
-
BeneficiaryList[]common.Address`toml:",omitempty"`// List of wallet addresses that have benefit at every new block (list mode)
Copy file name to clipboardExpand all lines: params/config.go
+51-2
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,6 @@ type QBFTConfig struct {
431
431
*BFTConfig
432
432
BlockReward*math.HexOrDecimal256`json:"blockReward,omitempty"`// Reward from start, works only on QBFT consensus protocol
433
433
BeneficiaryMode*string`json:"beneficiaryMode,omitempty"`// Mode for setting the beneficiary, either: list, besu, validators (beneficiary list is the list of validators)
434
-
BeneficiaryList []common.Address`json:"beneficiaryList,omitempty"`// List of wallet addresses that have benefit at every new block (list mode)
435
434
MiningBeneficiary*common.Address`json:"miningBeneficiary,omitempty"`// Wallet address that benefits at every new block (besu mode)
436
435
ValidatorSelectionMode*string`json:"validatorselectionmode,omitempty"`// Select model for validators
437
436
Validators []common.Address`json:"validators"`// Validators list
BeneficiaryMode*string`json:"beneficiaryMode,omitempty"`// Mode for setting the beneficiary, either: list, besu, validators (beneficiary list is the list of validators)
472
-
BeneficiaryList []common.Address`json:"beneficiaryList,omitempty"`// List of wallet addresses that have benefit at every new block (list mode)
473
471
MiningBeneficiary*common.Address`json:"miningBeneficiary,omitempty"`// Wallet address that benefits at every new block (besu mode)
0 commit comments