Skip to content

Commit

Permalink
fix gov proposal description length (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Apr 16, 2024
1 parent 9a21574 commit c8b27b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ func NewAppKeeper(
AddRoute(ibcclienttypes.RouterKey, ibcclient.NewClientProposalHandler(appKeepers.IBCKeeper.ClientKeeper))

govConfig := govtypes.DefaultConfig()
govConfig.MaxMetadataLen = 10200

govKeeper := govkeeper.NewKeeper(
appCodec,
Expand Down

0 comments on commit c8b27b8

Please sign in to comment.