Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set waiting period during ap-voting contract setup #426

Open
maurolacy opened this issue Jul 18, 2022 · 0 comments
Open

Set waiting period during ap-voting contract setup #426

maurolacy opened this issue Jul 18, 2022 · 0 comments

Comments

@maurolacy
Copy link
Contributor

maurolacy commented Jul 18, 2022

Currently the ap-voting contract config in genesis

ArbiterPoolContractConfig: &ArbiterPoolContractConfig{
Name: "Arbiter Pool",
EscrowAmount: sdk.NewCoin(DefaultBondDenom, sdk.NewInt(1_000_000)),
VotingRules: VotingRules{
VotingPeriod: 30,
Quorum: sdk.NewDec(51),
Threshold: sdk.NewDec(55),
AllowEndEarly: true,
},
DisputeCost: sdk.NewCoin(DefaultBondDenom, sdk.NewInt(1_000_000)),
},

does not define a waiting period. This leaves the field at zero, which renders the contract unusable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant