From 175ef934ed693c282a13ec4eec83a21d1a33d284 Mon Sep 17 00:00:00 2001 From: Daniel Liu <139250065@qq.com> Date: Thu, 24 Apr 2025 18:41:11 +0800 Subject: [PATCH] rpc: remove mention of shh RPC API #25137 (#968) --- rpc/subscription_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/subscription_test.go b/rpc/subscription_test.go index 63f0e0279b..f63abf6cb7 100644 --- a/rpc/subscription_test.go +++ b/rpc/subscription_test.go @@ -50,7 +50,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