We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaa21d commit 0b0c122Copy full SHA for 0b0c122
plugins/renepay/renepayconfig.h
@@ -2,7 +2,8 @@
2
#define LIGHTNING_PLUGINS_RENEPAY_RENEPAYCONFIG_H
3
#include "config.h"
4
5
-#define RENEPAY_LAYER "renepay"
+/* Use the same global layer as xpay */
6
+#define RENEPAY_LAYER "xpay"
7
8
#define MAX_NUM_ATTEMPTS 10
9
0 commit comments