common/onion: blinded payment support.

We make it look like a normal payment for the caller.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-10-17 11:14:38 +10:30
parent c94c742e58
commit 077ec99788
8 changed files with 242 additions and 16 deletions

View File

@@ -14,6 +14,8 @@ ALL_PROGRAMS += $(DEVTOOLS)
DEVTOOLS_COMMON_OBJS := \
common/amount.o \
common/autodata.o \
common/blinding.o \
common/blindedpath.o \
common/coin_mvt.o \
common/base32.o \
common/bech32.o \