README,rpc: remove mention of "shh" RPC API (#25137)

This commit is contained in:
Zachinquarantine
2022-06-21 11:59:02 +02:00
committed by GitHub
parent f20a569265
commit f49e298330
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 = &notificationTestService{}
subCount = len(namespaces)
notificationCount = 3