gossmap: move gossmap_guess_node_id to pay plugin.

This removes a point32 dependency.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-10-17 11:07:05 +10:30
parent 7745513c51
commit 82d98e4b96
8 changed files with 104 additions and 148 deletions

View File

@@ -1,4 +1,5 @@
PLUGIN_PAY_SRC := plugins/pay.c
PLUGIN_PAY_SRC := plugins/pay.c plugins/pay_point32.c
PLUGIN_PAY_HEADER := plugins/pay_point32.h
PLUGIN_PAY_OBJS := $(PLUGIN_PAY_SRC:.c=.o)
PLUGIN_AUTOCLEAN_SRC := plugins/autoclean.c
@@ -76,6 +77,7 @@ PLUGIN_ALL_SRC := \
$(PLUGIN_SPENDER_SRC)
PLUGIN_ALL_HEADER := \
$(PLUGIN_PAY_HEADER) \
$(PLUGIN_LIB_HEADER) \
$(PLUGIN_FUNDER_HEADER) \
$(PLUGIN_PAY_LIB_HEADER) \