Skip to content

Commit 0b0c122

Browse files
committed
renepay: use the same global layer as xpay
Changelog-None Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
1 parent 4eaa21d commit 0b0c122

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/renepay/renepayconfig.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#define LIGHTNING_PLUGINS_RENEPAY_RENEPAYCONFIG_H
33
#include "config.h"
44

5-
#define RENEPAY_LAYER "renepay"
5+
/* Use the same global layer as xpay */
6+
#define RENEPAY_LAYER "xpay"
67

78
#define MAX_NUM_ATTEMPTS 10
89

0 commit comments

Comments
 (0)