Skip to content

Commit bad8273

Browse files
fix: use default gov config (#1184)
# Related Github tickets - VolumeFi#1661 # Background Re-committing #1146 Co-authored-by: vishal <[email protected]>
1 parent 3de24c3 commit bad8273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ func New(
672672
app.StakingKeeper,
673673
app.DistrKeeper,
674674
app.MsgServiceRouter(),
675-
govtypes.Config{},
675+
govtypes.DefaultConfig(),
676676
authorityAddress,
677677
)
678678

0 commit comments

Comments
 (0)