From 716ec60b2fb411adb7aaed30b5e1e93115e495ff Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Jul 2018 10:30:28 -1100 Subject: [PATCH] Skip faucet --- src/cc/faucet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cc/faucet.cpp b/src/cc/faucet.cpp index f34fef9d6..55cde2d72 100644 --- a/src/cc/faucet.cpp +++ b/src/cc/faucet.cpp @@ -13,6 +13,7 @@ * * ******************************************************************************/ +#ifdef notyet #include "CCfaucet.h" /* @@ -130,3 +131,4 @@ bool ProcessFaucet(Eval* eval, std::vector paramsNull,const CTransactio return(true); } else return(false); } +#endif