From 23e0e30dea194814d339e8d8a98045cbf6da2abb Mon Sep 17 00:00:00 2001 From: Greg Griffith Date: Sun, 25 Nov 2018 00:14:16 -0500 Subject: [PATCH] remove coincontrol.h to fix gitian builder --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b7c53d14..2818c8a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,7 +60,6 @@ BITCOIN_CORE_H = \ chain/txin.h \ checkqueue.h \ clientversion.h \ - coincontrol.h \ coins.h \ compat.h \ compat/byteswap.h \