rpc: remove mention of shh RPC API #25137 (#968)

This commit is contained in:
Daniel Liu 2025-04-24 18:41:11 +08:00 committed by GitHub
parent cfd7e241c6
commit 175ef934ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = &notificationTestService{}
subCount = len(namespaces)
notificationCount = 3