Skip to content

Commit

Permalink
renepay: remove unused declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Lagrang3 <[email protected]>
  • Loading branch information
Lagrang3 authored and rustyrussell committed Aug 9, 2024
1 parent 07d4451 commit db4a26d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/renepay/payplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,4 @@ struct pay_plugin {
/* Set in init */
extern struct pay_plugin *pay_plugin;

/* Returns NULL if OK, otherwise an error msg and sets *ecode */
const char *try_paying(const tal_t *ctx,
struct payment *payment,
enum jsonrpc_errcode *ecode);

#endif /* LIGHTNING_PLUGINS_RENEPAY_PAYPLUGIN_H */

0 comments on commit db4a26d

Please sign in to comment.