Skip to content

Commit

Permalink
Merge pull request #2919 from irisnet/refactor-gov-config
Browse files Browse the repository at this point in the history
chore: adjust gov config
  • Loading branch information
mitch1024 authored Mar 26, 2024
2 parents a949125 + 76f6828 commit cd5c7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* (IRISHub) [\#2912](https://github.com/irisnet/irishub/pull/2912) Change go path from v2 to v3.
* (IRISHub) [\#2914](https://github.com/irisnet/irishub/pull/2914) Improve unit test.
* (IRISHub) [\#2918](https://github.com/irisnet/irishub/pull/2918) Adjusting the parameters of the ica module.
* (IRISHub) [\#2919](https://github.com/irisnet/irishub/pull/2919) Adjusting gov config.
* (IRISMod) [\#385](https://github.com/irisnet/irismod/pull/385) Bump cosmos-sdk to v0.47.9-ics-lsm.


## 2.1.0

### API Breaking
Expand Down
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 cd5c7ef

Please sign in to comment.