Skip to content

Commit 608430b

Browse files
Zachinquarantinesadoci
authored andcommitted
README,rpc: remove mention of "shh" RPC API (ethereum#25137)
1 parent 0f151fb commit 608430b

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
@@ -381,7 +381,7 @@ HTTP based JSON-RPC API options:
381381
* `--ws.api` API's offered over the WS-RPC interface (default: `eth,net,web3`)
382382
* `--ws.origins` Origins from which to accept websockets requests
383383
* `--ipcdisable` Disable the IPC-RPC server
384-
* `--ipcapi` API's offered over the IPC-RPC interface (default: `admin,debug,eth,miner,net,personal,shh,txpool,web3`)
384+
* `--ipcapi` API's offered over the IPC-RPC interface (default: `admin,debug,eth,miner,net,personal,txpool,web3`)
385385
* `--ipcpath` Filename for IPC socket/pipe within the datadir (explicit paths escape it)
386386

387387
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)