Reorganize CC assets code

This commit is contained in:
jl777
2018-07-22 02:49:52 -11:00
parent 8c9f5d2b66
commit 44a9fd7c3b
13 changed files with 2363 additions and 962 deletions

View File

@@ -266,7 +266,7 @@ typedef std::pair<uint256,MerkleBranch> TxProof;
uint256 GetMerkleRoot(const std::vector<uint256>& vLeaves);
bool ProcessAssets(Eval* eval, std::vector<uint8_t> paramsNull, const CTransaction &tx, unsigned int nIn);
bool ProcessCCevals(uint8_t evalcode,Eval* eval, std::vector<uint8_t> paramsNull,const CTransaction &ctx, unsigned int nIn);
#endif /* CC_EVAL_H */