Remove CC dingleberries

This commit is contained in:
Duke
2024-02-28 12:43:43 -05:00
parent 7d0f961e0c
commit 7b3c26ddfe
5 changed files with 0 additions and 162 deletions

View File

@@ -456,6 +456,4 @@ int64_t TotalPubkeyCCInputs(const CTransaction &tx, const CPubKey &pubkey)
return total;
}
extern struct CCcontract_info CCinfos[0x100];
extern std::string MYCCLIBNAME;
bool CClib_validate(struct CCcontract_info *cp,int32_t height,Eval *eval,const CTransaction tx,unsigned int nIn);