Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: pudongair <[email protected]>
  • Loading branch information
pudongair committed Jul 19, 2024
1 parent 7598bc4 commit 0c180db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/chainmain/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0c180db

Please sign in to comment.