mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
Fix engine option names (#349)
This commit is contained in:
parent
11c09ab925
commit
5b05ed03d5
@ -20,10 +20,10 @@ type EngineConfig struct {
|
||||
DataWorkerMultiaddrs []string `yaml:"dataWorkerMultiaddrs"`
|
||||
MultisigProverEnrollmentPaths []string `yaml:"multisigProverEnrollmentPaths"`
|
||||
// Fully verifies execution, omit to enable light prover
|
||||
FullProver bool
|
||||
FullProver bool `yaml:"fullProver"`
|
||||
// Automatically merges coins after minting once a sufficient number has been
|
||||
// accrued
|
||||
AutoMergeCoins bool
|
||||
AutoMergeCoins bool `yaml:"autoMergeCoins"`
|
||||
|
||||
// Values used only for testing – do not override these in production, your
|
||||
// node will get kicked out
|
||||
|
||||
Loading…
Reference in New Issue
Block a user