This commit is contained in:
jl777
2018-07-23 00:15:05 -11:00
parent fdda6fcd71
commit db2a2a0e14
3 changed files with 5 additions and 2 deletions

View File

@@ -329,6 +329,8 @@ bool ProcessAssets(Eval* eval, std::vector<uint8_t> paramsNull,const CTransactio
else if ( AssetValidate(eval,ctx,n,funcid,assetid,assetid2,amount,origpubkey) != 0 )
{
//prevtxid = txid;
if ( funcid == 'B' )
return(false);
fprintf(stderr,"AssetValidate.(%c) passed\n",funcid);
return(true);
}