Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 21, 2024
1 parent 1ea65f7 commit f0ea3fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/grpc/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func NewBlockAPI() *BlockAPI {
}
}

func (blockAPI *BlockAPI) StartNewBlockEventListener(ctx context.Context) {
func (blockAPI *BlockAPI) StartNewBlockEventListener(ctx context.Context) error {
env := core.GetEnvironment()
if blockAPI.newBlockSubscription == nil {
Expand Down

0 comments on commit f0ea3fd

Please sign in to comment.