feat(x/gov): add custom fuction to calculate vote results and vp (#19592)
This commit is contained in:
+1
-1
@@ -375,7 +375,7 @@ func NewSimApp(
|
||||
// by granting the governance module the right to execute the message.
|
||||
// See: https://docs.cosmos.network/main/modules/gov#proposal-messages
|
||||
govRouter := govv1beta1.NewRouter()
|
||||
govConfig := govtypes.DefaultConfig()
|
||||
govConfig := govkeeper.DefaultConfig()
|
||||
/*
|
||||
Example of setting gov params:
|
||||
govConfig.MaxMetadataLen = 10000
|
||||
|
||||
Reference in New Issue
Block a user