| 529 | } |
| 530 | |
| 531 | std::string HelpExampleCli(string methodname, string args){ |
| 532 | return "> bitcoin-cli " + methodname + " " + args + "\n"; |
| 533 | } |
| 534 | |
| 535 | std::string HelpExampleRpc(string methodname, string args){ |
| 536 | return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", " |
no outgoing calls
no test coverage detected