mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-14 03:55:19 +00:00
fix: defaultGenesis
This commit is contained in:
parent
1b5006798e
commit
86e2ff6009
@ -18,7 +18,7 @@ func DefaultGenesisState() *GenesisState {
|
|||||||
QuorumSize: 1024,
|
QuorumSize: 1024,
|
||||||
TokensPerVote: "100",
|
TokensPerVote: "100",
|
||||||
MaxVotes: 100,
|
MaxVotes: 100,
|
||||||
EpochBlocks: 10,
|
EpochBlocks: 1000,
|
||||||
}, 0, make([]*Signer, 0), make([]*EpochSignerSet, 0))
|
}, 0, make([]*Signer, 0), make([]*EpochSignerSet, 0))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user