mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
common/onion_message_parse: generic routine for parsing onion messages.
Instead of open coding in connectd/onion_message, we move it to common with a nice API. This lets us process the BOLT test vectors. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -59,6 +59,7 @@ COMMON_SRC_NOGEN := \
|
||||
common/node_id.c \
|
||||
common/onion.c \
|
||||
common/onionreply.c \
|
||||
common/onion_message_parse.c \
|
||||
common/peer_billboard.c \
|
||||
common/peer_failed.c \
|
||||
common/peer_io.c \
|
||||
|
||||
Reference in New Issue
Block a user