Test
This commit is contained in:
@@ -454,7 +454,12 @@ uint64_t IsAssetvout(uint64_t &price,std::vector<uint8_t> &origpubkey,CTransacti
|
|||||||
fprintf(stderr,"CC vout v.%d of n.%d %.8f\n",v,n,(double)nValue/COIN);
|
fprintf(stderr,"CC vout v.%d of n.%d %.8f\n",v,n,(double)nValue/COIN);
|
||||||
if ( v >= n-1 )
|
if ( v >= n-1 )
|
||||||
return(0);
|
return(0);
|
||||||
if ( funcid == 'c' )
|
if ( (funcid= DecodeOpRet(tx.vout[n-1].scriptPubKey,assetid,assetid2,price,origpubkey)) == 0 )
|
||||||
|
{
|
||||||
|
fprintf(stderr,"null decodeopret\n");
|
||||||
|
return(0);
|
||||||
|
}
|
||||||
|
else if ( funcid == 'c' )
|
||||||
{
|
{
|
||||||
int32_t i;
|
int32_t i;
|
||||||
for (i=31; i>=0; i--)
|
for (i=31; i>=0; i--)
|
||||||
@@ -463,11 +468,6 @@ uint64_t IsAssetvout(uint64_t &price,std::vector<uint8_t> &origpubkey,CTransacti
|
|||||||
if ( refassetid == tx.GetHash() && v == 0 )
|
if ( refassetid == tx.GetHash() && v == 0 )
|
||||||
return(nValue);
|
return(nValue);
|
||||||
}
|
}
|
||||||
else if ( (funcid= DecodeOpRet(tx.vout[n-1].scriptPubKey,assetid,assetid2,price,origpubkey)) == 0 )
|
|
||||||
{
|
|
||||||
fprintf(stderr,"null decodeopret\n");
|
|
||||||
return(0);
|
|
||||||
}
|
|
||||||
else if ( funcid != 'E' )
|
else if ( funcid != 'E' )
|
||||||
{
|
{
|
||||||
if ( assetid == refassetid )
|
if ( assetid == refassetid )
|
||||||
|
|||||||
Reference in New Issue
Block a user