From 40b277aad4a0d95fa85aea278bd54f32db5d92f5 Mon Sep 17 00:00:00 2001 From: Chase Wright <mysticryuujin@gmail.com> Date: Sat, 29 Aug 2020 09:37:05 -0500 Subject: [PATCH] Update README.md (#1004) * Add net_peerCount and a note about its non-standard behavior --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bb04a9cdf0..4e74ad01d1 100644 --- a/README.md +++ b/README.md @@ -145,8 +145,11 @@ debug_accountRange debug_getModifiedAccountsByNumber debug_getModifiedAccountsByHash net_version +net_peerCount* ``` +\* net_peerCount currently always returns a count of 25 as work continues on Sentry. + #### REST API Daemon Apart from JSON-RPC daemon, Turbo-Geth also contains REST API daemon. It uses -- GitLab