Skip to content

Commit 8ca498d

Browse files
author
Yutong Pei
authored
change default poll mode to nativeMix (iotexproject#2160)
1 parent 3cbec52 commit 8ca498d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/genesis/genesis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func defaultConfig() Genesis {
6262
InitBalanceMap: make(map[string]string),
6363
},
6464
Poll: Poll{
65-
PollMode: "governanceMix",
65+
PollMode: "nativeMix",
6666
EnableGravityChainVoting: true,
6767
GravityChainCeilingHeight: 19937937, // TODO: replace with accurate height before Fairbank launch
6868
ProbationEpochPeriod: 6,

0 commit comments

Comments
 (0)