feat(x/gov): add custom fuction to calculate vote results and vp (#19592)

This commit is contained in:
Julien Robert
2024-03-01 17:24:16 +00:00
committed by GitHub
parent 7155a1cd52
commit 69f03cd17f
14 changed files with 73 additions and 47 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ func initFixture(tb testing.TB) *fixture {
stakingKeeper,
poolKeeper,
router,
types.DefaultConfig(),
keeper.DefaultConfig(),
authority.String(),
)
assert.NilError(tb, govKeeper.ProposalID.Set(newCtx, 1))