| 9 | * spending from the onchain wallet. */ |
| 10 | |
| 11 | static |
| 12 | const char *spender_init(struct command *init_cmd, const char *b, const jsmntok_t *t) |
| 13 | { |
| 14 | openchannel_init(init_cmd, b, t); |
| 15 | /* whatever_init(p, b, t); */ |
| 16 | return NULL; |
| 17 | } |
| 18 | |
| 19 | int main(int argc, char **argv) |
| 20 | { |
nothing calls this directly
no test coverage detected