diff --git a/src/cc/CCcustom.cpp b/src/cc/CCcustom.cpp index 3a46d0da5..ab6daf1ab 100644 --- a/src/cc/CCcustom.cpp +++ b/src/cc/CCcustom.cpp @@ -79,13 +79,4 @@ bool GetCCaddress(uint8_t evalcode,char *destaddr,CPubKey pk) return false; } -bool ProcessCCevals(uint8_t evalcode,Eval* eval, std::vector paramsNull,const CTransaction &ctx, unsigned int nIn) -{ - switch ( evalcode ) - { - case EVAL_ASSETS: - return ProcessAssets(this, vparams, txTo, nIn); - break; - } - return(false); -} +