This commit is contained in:
jl777
2018-07-23 03:31:15 -11:00
parent 26878f9d33
commit c4ab86b575

View File

@@ -318,8 +318,8 @@ bool ProcessAssets(Eval* eval, std::vector<uint8_t> paramsNull,const CTransactio
static uint256 zero,prevtxid;
CTransaction createTx; uint256 txid,assetid,assetid2,hashBlock; uint8_t funcid; int32_t i,n; uint64_t amount; std::vector<uint8_t> origpubkey;
txid = ctx.GetHash();
//if ( txid == prevtxid )
// return(true);
if ( txid == prevtxid )
return(true);
fprintf(stderr,"ProcessAssets\n");
if ( paramsNull.size() != 0 ) // Don't expect params
return eval->Invalid("Cannot have params");