From b81642ca2345bf1f715cecad464e6f24263a3b96 Mon Sep 17 00:00:00 2001 From: pudongair <744355276@qq.com> Date: Fri, 19 Jul 2024 19:37:34 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: pudongair <744355276@qq.com> --- x/chainmain/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/chainmain/module.go b/x/chainmain/module.go index 9c7dd1b6d..76b341fe8 100644 --- a/x/chainmain/module.go +++ b/x/chainmain/module.go @@ -106,7 +106,7 @@ func (am AppModule) Name() string { // module-specific GRPC queries. func (am AppModule) RegisterQueryService(grpc.Server) {} -// RegisterQueryService performs a no-op. +// RegisterServices performs a no-op. func (am AppModule) RegisterServices(_ module.Configurator) {} // RegisterInvariants registers the capability module's invariants.