json: reverse parse a coin_mvt tag back into an enum

This commit is contained in:
niftynei
2022-02-16 15:36:47 -06:00
committed by Rusty Russell
parent 590f12145b
commit 7add7ca199
7 changed files with 28 additions and 2 deletions

View File

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