diff --git a/app/app.go b/app/app.go index e81243547c7..44b28e18afe 100644 --- a/app/app.go +++ b/app/app.go @@ -393,7 +393,7 @@ func (app *GaiaApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APICo } } -// RegisterTxService allows query minimum-gas-prices in app.toml +// RegisterNodeService allows query minimum-gas-prices in app.toml func (app *GaiaApp) RegisterNodeService(clientCtx client.Context) { nodeservice.RegisterNodeService(clientCtx, app.GRPCQueryRouter()) }