| 533 | } |
| 534 | |
| 535 | std::string HelpExampleRpc(string methodname, string args){ |
| 536 | return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", " |
| 537 | "\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/\n"; |
| 538 | } |
| 539 | |
| 540 | void RPCRegisterTimerInterface(RPCTimerInterface *iface) |
| 541 | { |
no outgoing calls
no test coverage detected