core-lightning/plugins/renepay/routefail.h

13 lines
387 B
C
Raw Normal View History

#ifndef LIGHTNING_PLUGINS_RENEPAY_ROUTEFAIL_H
#define LIGHTNING_PLUGINS_RENEPAY_ROUTEFAIL_H
/* This module provides the state machine for handling route failures. */
#include "config.h"
#include <plugins/renepay/route.h>
struct command_result *routefail_start(const tal_t *ctx, struct route *route,
struct command *cmd);
#endif /* LIGHTNING_PLUGINS_RENEPAY_ROUTEFAIL_H */