diff --git a/pkg/serve/api.go b/pkg/serve/api.go index dd1b7541..8cf3d43f 100644 --- a/pkg/serve/api.go +++ b/pkg/serve/api.go @@ -81,8 +81,3 @@ func (api *PublicServerAPI) Stream(ctx context.Context, params eth.SubscriptionS return rpcSub, nil } - -// // Chain returns the chain type that this watcher instance supports -// func (api *PublicServerAPI) Chain() shared.ChainType { -// return shared.Ethereum -// }