KOMODO_CONNECTING

This commit is contained in:
jl777
2018-08-19 04:28:41 -11:00
parent 799f664f5f
commit 8b26f1169c
4 changed files with 6 additions and 2 deletions

View File

@@ -256,6 +256,7 @@ CPubKey GetUnspendable(struct CCcontract_info *cp,uint8_t *unspendablepriv)
bool ProcessCC(struct CCcontract_info *cp,Eval* eval, std::vector<uint8_t> paramsNull,const CTransaction &ctx, unsigned int nIn)
{
CTransaction createTx; uint256 assetid,assetid2,hashBlock; uint8_t funcid; int32_t i,n; int64_t amount; std::vector<uint8_t> origpubkey;
fprintf(stderr,"KOMODO_CONNECTING.%d\n",KOMODO_CONNECTING);
// there is a chance CC tx is valid in mempool, but invalid when in block, so we cant filter duplicate requests. if any of the vins are spent, for example
//txid = ctx.GetHash();
//if ( txid == cp->prevtxid )