| 181 | } |
| 182 | |
| 183 | std::string HelpExampleCli(const std::string& methodname, const std::string& args) |
| 184 | { |
| 185 | return "> bitcoin-cli " + methodname + " " + args + "\n"; |
| 186 | } |
| 187 | |
| 188 | std::string HelpExampleCliNamed(const std::string& methodname, const RPCArgList& args) |
| 189 | { |
no outgoing calls