myGettxout

This commit is contained in:
jl777
2018-08-02 00:04:29 -11:00
parent b0a85aec3f
commit 1f9a4106c5
3 changed files with 16 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ static const uint256 zeroid;
bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock);
int32_t is_hexstr(char *str,int32_t n);
bool myAddtomempool(CTransaction &tx);
uint64_t myGettxout(uint256 hash,int32_t n);
// CCcustom
CPubKey GetUnspendable(struct CCcontract_info *cp,uint8_t *unspendablepriv);