We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
services
getinfo
1 parent 3fc72f4 commit 795b006Copy full SHA for 795b006
src/rpc/misc.cpp
@@ -58,6 +58,7 @@ UniValue getinfo(const JSONRPCRequest& request)
58
"{\n"
59
" \"version\": xxxxx, (numeric) the server version\n"
60
" \"protocolversion\": xxxxx, (numeric) the protocol version\n"
61
+ " \"services\": \"xxxx\", (string) The network services provided by this client\n"
62
" \"walletversion\": xxxxx, (numeric) the wallet version\n"
63
" \"balance\": xxxxxxx, (numeric) the total pivx balance of the wallet\n"
64
" \"staking status\": true|false, (boolean) if the wallet is staking or not\n"
0 commit comments