From b646136072eefbe13fc7459877b43d655649c270 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 24 Jul 2018 00:07:49 -1100 Subject: [PATCH] struct CCcontract_info * --- src/cc/eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/eval.h b/src/cc/eval.h index 59404dba8..e35bd053a 100644 --- a/src/cc/eval.h +++ b/src/cc/eval.h @@ -268,7 +268,7 @@ typedef std::pair TxProof; uint256 GetMerkleRoot(const std::vector& vLeaves); -void CCinit(struct CCcontract_info *cp,uint8_t evalcode); +struct CCcontract_info *CCinit(struct CCcontract_info *cp,uint8_t evalcode); bool ProcessCC(struct CCcontract_info *cp,Eval* eval, std::vector paramsNull, const CTransaction &tx, unsigned int nIn);