| 806 | } |
| 807 | |
| 808 | const jsmntok_t *jsonrpc_request_sync(const tal_t *ctx, |
| 809 | struct command *cmd, |
| 810 | const char *method, |
| 811 | const struct json_out *params TAKES, |
| 812 | const char **resp) |
| 813 | { |
| 814 | return sync_req(ctx, cmd->plugin, method, params, resp); |
| 815 | } |
| 816 | |
| 817 | /* Returns contents of scanning guide on 'result' */ |
| 818 | static const char *rpc_scan_core(const tal_t *ctx, |