Remove function for chain type from server API

This commit is contained in:
Prathamesh Musale 2022-03-15 15:22:58 +05:30
parent 41e04a1c30
commit d785fda414

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
// }