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 7c3d010 commit d47a6f8Copy full SHA for d47a6f8
plugins/renepay/Makefile
@@ -5,7 +5,6 @@ PLUGIN_RENEPAY_SRC := \
5
plugins/renepay/routetracker.c \
6
plugins/renepay/routefail.c \
7
plugins/renepay/mods.c \
8
- plugins/renepay/errorcodes.c \
9
plugins/renepay/json.c
10
11
PLUGIN_RENEPAY_HDRS := \
@@ -17,7 +16,6 @@ PLUGIN_RENEPAY_HDRS := \
17
16
plugins/renepay/routetracker.h \
18
plugins/renepay/routefail.h \
19
plugins/renepay/mods.h \
20
- plugins/renepay/errorcodes.h \
21
22
23
PLUGIN_RENEPAY_OBJS := $(PLUGIN_RENEPAY_SRC:.c=.o)
plugins/renepay/errorcodes.c
plugins/renepay/errorcodes.h
0 commit comments