forked from cerc-io/plugeth
README,rpc: remove mention of "shh" RPC API (#25137)
This commit is contained in:
@@ -48,7 +48,7 @@ func TestNewID(t *testing.T) {
|
||||
|
||||
func TestSubscriptions(t *testing.T) {
|
||||
var (
|
||||
namespaces = []string{"eth", "shh", "bzz"}
|
||||
namespaces = []string{"eth", "bzz"}
|
||||
service = ¬ificationTestService{}
|
||||
subCount = len(namespaces)
|
||||
notificationCount = 3
|
||||
|
||||
Reference in New Issue
Block a user