From 2e482a0e6863c057919da34541b87dda72fb1554 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Jul 2018 03:00:09 -1100 Subject: [PATCH] Test --- src/cc/CCcustom.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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); -} +