Test
This commit is contained in:
@@ -254,7 +254,7 @@ bool AssetsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx
|
|||||||
return eval->Invalid("illegal null remaining_price for selloffer");
|
return eval->Invalid("illegal null remaining_price for selloffer");
|
||||||
else if ( ConstrainVout(tx.vout[0],1,(char *)cp->unspendableCCaddr,0) == 0 )
|
else if ( ConstrainVout(tx.vout[0],1,(char *)cp->unspendableCCaddr,0) == 0 )
|
||||||
return eval->Invalid("mismatched vout0 AssetsCCaddr for selloffer");
|
return eval->Invalid("mismatched vout0 AssetsCCaddr for selloffer");
|
||||||
fprintf(stderr,"remaining.%d for sell\n",remaining_price);
|
fprintf(stderr,"remaining.%d for sell\n",(int32_t)remaining_price);
|
||||||
if ( funcid == 's' )
|
if ( funcid == 's' )
|
||||||
preventCCvins = 1;
|
preventCCvins = 1;
|
||||||
preventCCvouts = 1;
|
preventCCvouts = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user