diff --git a/core/appmodule/module.go b/core/appmodule/module.go index 220dbb06fb32..9fbf4ae446d1 100644 --- a/core/appmodule/module.go +++ b/core/appmodule/module.go @@ -35,7 +35,7 @@ type HasServices interface { // The service registrar will figure out which type of service you are // implementing based on the presence (or absence) of protobuf options. You // do not need to specify this in golang code. - RegisterServices(grpc.ServiceRegistrar) + RegisterServices(grpc.ServiceRegistrar) error } // HasBeginBlocker is the extension interface that modules should implement to run