From d785fda4143226b1dd615b1ab92d016f36d0455f Mon Sep 17 00:00:00 2001 From: prathamesh0 Date: Tue, 15 Mar 2022 15:22:58 +0530 Subject: [PATCH] Remove function for chain type from server API --- pkg/serve/api.go | 5 ----- 1 file changed, 5 deletions(-) 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 -// }