| 519 | } |
| 520 | |
| 521 | std::string HelpExampleRpc(const std::string& methodname, const std::string& args) |
| 522 | { |
| 523 | return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", " |
| 524 | "\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/\n"; |
| 525 | } |
| 526 | |
| 527 | void RPCSetTimerInterfaceIfUnset(RPCTimerInterface *iface) |
| 528 | { |
no outgoing calls
no test coverage detected