Skip to content

Commit 6638d76

Browse files
authored
Merge pull request #8117 from jcvernaleo/jcv_rpcLinks
Fix incorrect link anchors for net_listening and net_peercount rpc
2 parents 4b05663 + 2da2adf commit 6638d76

File tree

1 file changed

+2
-2
lines changed
  • src/content/developers/docs/apis/json-rpc

1 file changed

+2
-2
lines changed

src/content/developers/docs/apis/json-rpc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"net_version","params":[],"id":67
219219
}
220220
```
221221

222-
### net_listening {#net_peercount}
222+
### net_listening {#net_listening}
223223

224224
Returns `true` if client is actively listening for network connections.
225225

@@ -244,7 +244,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":
244244
}
245245
```
246246

247-
### net_peerCount {#net_listening}
247+
### net_peerCount {#net_peercount}
248248

249249
Returns number of peers currently connected to the client.
250250

0 commit comments

Comments
 (0)