If we're supposed to do currency conversions, we refresh all the time. */
| 1904 | |
| 1905 | /* If we're supposed to do currency conversions, we refresh all the time. */ |
| 1906 | static void start_waiting_for_currency(struct bkpr *bkpr, struct command *cmd) |
| 1907 | { |
| 1908 | bkpr->currency_cmds = aux_command(cmd); |
| 1909 | currency_chainmoves_wait(bkpr->currency_cmds, NULL); |
| 1910 | currency_channelmoves_wait(bkpr->currency_cmds, NULL); |
| 1911 | } |
| 1912 | |
| 1913 | static const char *init(struct command *init_cmd, const char *b, const jsmntok_t *t) |
| 1914 | { |
no test coverage detected