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