mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
fix: defaultGenesis
This commit is contained in:
parent
284181edc9
commit
1680cd6b32
@ -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