Skip to content

Commit 660f920

Browse files
Zachinquarantineqinglin89
authored andcommitted
README,rpc: remove mention of "shh" RPC API (ethereum#25137)
1 parent fafc29f commit 660f920

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

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