Skip to content

Commit

Permalink
revert default message registration
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Mar 16, 2023
1 parent e1716b8 commit 1620478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gaiad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func initAppConfig() (string, interface{}) {

return params.CustomConfigTemplate(), params.CustomAppConfig{
Config: *srvCfg,
BypassMinFeeMsgTypes: []string{},
BypassMinFeeMsgTypes: gaia.GetDefaultBypassFeeMessages(),
}
}

Expand Down

0 comments on commit 1620478

Please sign in to comment.