Skip to content

Commit

Permalink
chore: fix comment (#3153)
Browse files Browse the repository at this point in the history
Signed-off-by: rustco <[email protected]>
Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
rustco and MSalopek authored Jun 24, 2024
1 parent edd0f2f commit 0bb9620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
Expand Down

0 comments on commit 0bb9620

Please sign in to comment.