Skip to content

Commit 795b006

Browse files
committed
RPC: Document the services return entry in getinfo
1 parent 3fc72f4 commit 795b006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/misc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ UniValue getinfo(const JSONRPCRequest& request)
5858
"{\n"
5959
" \"version\": xxxxx, (numeric) the server version\n"
6060
" \"protocolversion\": xxxxx, (numeric) the protocol version\n"
61+
" \"services\": \"xxxx\", (string) The network services provided by this client\n"
6162
" \"walletversion\": xxxxx, (numeric) the wallet version\n"
6263
" \"balance\": xxxxxxx, (numeric) the total pivx balance of the wallet\n"
6364
" \"staking status\": true|false, (boolean) if the wallet is staking or not\n"

0 commit comments

Comments
 (0)