Skip to content

Commit 7631ce6

Browse files
committed
wallet: unit test for duplicate detection in wallet_save_chain_mvt.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent bd1ba16 commit 7631ce6

File tree

2 files changed

+539
-0
lines changed

2 files changed

+539
-0
lines changed

wallet/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ WALLET_SQL_FILES := \
3737
wallet/wallet.c \
3838
wallet/test/run-db.c \
3939
wallet/test/run-wallet.c \
40+
wallet/test/run-chain_moves_duplicate-detect.c \
4041

4142
wallet/statements_gettextgen.po: $(WALLET_SQL_FILES) $(FORCE)
4243
@if $(call SHA256STAMP_CHANGED); then \

0 commit comments

Comments
 (0)