From cf11cc8240d9e343a562d685104009fb7b6a585b Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Mon, 17 Aug 2015 09:31:29 -0400 Subject: [PATCH] Dev Docs: Add details about `score` in `getnetworkinfo` Thanks to Wladimir van der Laan for describing it on #bitcoin IRC --- _includes/ref/bitcoin-core/rpcs/rpcs/getnetworkinfo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/ref/bitcoin-core/rpcs/rpcs/getnetworkinfo.md b/_includes/ref/bitcoin-core/rpcs/rpcs/getnetworkinfo.md index 3adcd476..e3b5a4ff 100644 --- a/_includes/ref/bitcoin-core/rpcs/rpcs/getnetworkinfo.md +++ b/_includes/ref/bitcoin-core/rpcs/rpcs/getnetworkinfo.md @@ -118,7 +118,9 @@ The `getnetworkinfo` RPC {{summary_getNetworkInfo}} - n: "→ → → → →
`score`" t: "number (int)" p: "Required
(exactly 1)" - d: "The self-assigned score this node gives to this connection; higher scores means the node thinks this connection is better " + d: > + The number of incoming connections during the uptime of this node + that have used this address in their `version` message {% enditemplate %}