aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGregory Sanders <[email protected]>2019-07-03 09:23:51 -0400
committerGregory Sanders <[email protected]>2019-07-03 09:36:21 -0400
commita30bd0945427f310640d8515c11a3d1b70762e69 (patch)
tree92b70dfdc56977091042968847f023776827e750 /src
parentMerge #16325: rpc: Clarify that block count means height excl genesis (diff)
downloaddiscoin-a30bd0945427f310640d8515c11a3d1b70762e69.tar.xz
discoin-a30bd0945427f310640d8515c11a3d1b70762e69.zip
Add logpath description for getrpcinfo
Diffstat (limited to 'src')
-rw-r--r--src/rpc/server.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp
index 6fdab2c4c..145b99b56 100644
--- a/src/rpc/server.cpp
+++ b/src/rpc/server.cpp
@@ -210,7 +210,8 @@ static UniValue getrpcinfo(const JSONRPCRequest& request)
" \"method\" (string) The name of the RPC command \n"
" \"duration\" (numeric) The running time in microseconds\n"
" },...\n"
- " ]\n"
+ " ],\n"
+ " \"logpath\": \"xxx\" (string) The complete file path to the debug log\n"
"}\n"
},
RPCExamples{