From e8c3b7172c33929e4e5bf6059da2d25a4ea8779c Mon Sep 17 00:00:00 2001 From: glozow Date: Thu, 11 Jul 2024 11:36:13 +0100 Subject: [PATCH] remove truc_policy.cpp from libbitcoin_common_a_SOURCES It doesn't need it Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 495b57b647..0ae5effdbe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -707,7 +707,6 @@ libbitcoin_common_a_SOURCES = \ outputtype.cpp \ policy/feerate.cpp \ policy/policy.cpp \ - policy/truc_policy.cpp \ protocol.cpp \ psbt.cpp \ rpc/external_signer.cpp \