Skip to content

Commit

Permalink
refactor(core)!: add error return parameter to RegisterServices (#15045)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Feb 16, 2023
1 parent c884e27 commit 94b0bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/appmodule/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94b0bdc

Please sign in to comment.