Skip to content

Commit 0bb9620

Browse files
rustcoMSalopek
andauthored
chore: fix comment (#3153)
Signed-off-by: rustco <[email protected]> Co-authored-by: MSalopek <[email protected]>
1 parent edd0f2f commit 0bb9620

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
@@ -393,7 +393,7 @@ func (app *GaiaApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APICo
393393
}
394394
}
395395

396-
// RegisterTxService allows query minimum-gas-prices in app.toml
396+
// RegisterNodeService allows query minimum-gas-prices in app.toml
397397
func (app *GaiaApp) RegisterNodeService(clientCtx client.Context) {
398398
nodeservice.RegisterNodeService(clientCtx, app.GRPCQueryRouter())
399399
}

0 commit comments

Comments
 (0)