Skip to content

Commit 1ab1e20

Browse files
committed
renepay: remove unused declaration
Signed-off-by: Lagrang3 <[email protected]>
1 parent ed03924 commit 1ab1e20

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/renepay/payplugin.h

-5
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,4 @@ struct pay_plugin {
8989
/* Set in init */
9090
extern struct pay_plugin *pay_plugin;
9191

92-
/* Returns NULL if OK, otherwise an error msg and sets *ecode */
93-
const char *try_paying(const tal_t *ctx,
94-
struct payment *payment,
95-
enum jsonrpc_errcode *ecode);
96-
9792
#endif /* LIGHTNING_PLUGINS_RENEPAY_PAYPLUGIN_H */

0 commit comments

Comments
 (0)