Remove function for chain type from server API

This commit is contained in:
2022-04-19 14:01:24 +05:30
parent 41e04a1c30
commit d785fda414
-5
View File
@@ -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
// }