Skip to content

Commit 53f8587

Browse files
Zachinquarantinemaoueh
authored andcommitted
README,rpc: remove mention of "shh" RPC API (ethereum#25137)
1 parent d473371 commit 53f8587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ HTTP based JSON-RPC API options:
186186
* `--ws.api` API's offered over the WS-RPC interface (default: `eth,net,web3`)
187187
* `--ws.origins` Origins from which to accept websockets requests
188188
* `--ipcdisable` Disable the IPC-RPC server
189-
* `--ipcapi` API's offered over the IPC-RPC interface (default: `admin,debug,eth,miner,net,personal,shh,txpool,web3`)
189+
* `--ipcapi` API's offered over the IPC-RPC interface (default: `admin,debug,eth,miner,net,personal,txpool,web3`)
190190
* `--ipcpath` Filename for IPC socket/pipe within the datadir (explicit paths escape it)
191191

192192
You'll need to use your own programming environments' capabilities (libraries, tools, etc) to

rpc/subscription_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestNewID(t *testing.T) {
4848

4949
func TestSubscriptions(t *testing.T) {
5050
var (
51-
namespaces = []string{"eth", "shh", "bzz"}
51+
namespaces = []string{"eth", "bzz"}
5252
service = &notificationTestService{}
5353
subCount = len(namespaces)
5454
notificationCount = 3

0 commit comments

Comments
 (0)