We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed03924 commit 1ab1e20Copy full SHA for 1ab1e20
plugins/renepay/payplugin.h
@@ -89,9 +89,4 @@ struct pay_plugin {
89
/* Set in init */
90
extern struct pay_plugin *pay_plugin;
91
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
-
97
#endif /* LIGHTNING_PLUGINS_RENEPAY_PAYPLUGIN_H */
0 commit comments