We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afdd72 commit 3732404Copy full SHA for 3732404
src/bitcoin-cli.cpp
@@ -512,6 +512,7 @@ class NetinfoRequestHandler : public BaseRequestHandler
512
const std::string m_help_doc{
513
"-netinfo level|\"help\" \n\n"
514
"Returns a network peer connections dashboard with information from the remote server.\n"
515
+ "This human-readable interface will change regularly and is not intended to be a stable API.\n"
516
"Under the hood, -netinfo fetches the data by calling getpeerinfo and getnetworkinfo.\n"
517
"An optional integer argument from 0 to 4 can be passed for different peers listings.\n"
518
"Pass \"help\" to see this detailed help documentation.\n"
0 commit comments