Skip to content

Commit

Permalink
adjust gov config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamer committed Mar 26, 2024
1 parent a949125 commit 8fb84a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ func New(
appKeepers.ServiceKeeper,
)

govConfig := govtypes.DefaultConfig()
govConfig := govtypes.Config{MaxMetadataLen: 10000}
appKeepers.GovKeeper = govkeeper.NewKeeper(
appCodec,
appKeepers.keys[govtypes.StoreKey],
Expand Down

0 comments on commit 8fb84a0

Please sign in to comment.