| 488 | } |
| 489 | |
| 490 | string HelpExampleCli(string methodname, string args) { |
| 491 | return "> ./coind " + methodname + " " + args + "\n"; |
| 492 | } |
| 493 | |
| 494 | string HelpExampleRpc(string methodname, string args) { |
| 495 | return "> curl --user myusername -d '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", " |
no outgoing calls
no test coverage detected