We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbec52 commit 8ca498dCopy full SHA for 8ca498d
blockchain/genesis/genesis.go
@@ -62,7 +62,7 @@ func defaultConfig() Genesis {
62
InitBalanceMap: make(map[string]string),
63
},
64
Poll: Poll{
65
- PollMode: "governanceMix",
+ PollMode: "nativeMix",
66
EnableGravityChainVoting: true,
67
GravityChainCeilingHeight: 19937937, // TODO: replace with accurate height before Fairbank launch
68
ProbationEpochPeriod: 6,
0 commit comments