Test
This commit is contained in:
@@ -562,7 +562,7 @@ std::string GatewaysClaim(uint64_t txfee,uint256 bindtxid,std::string refcoin,ui
|
||||
memcpy(cp->unspendablepriv2,cp->CCpriv,32);
|
||||
assetscp->evalcode2 = cp->evalcode2 = EVAL_ASSETS;
|
||||
memcpy(assetscp->unspendablepriv2,cp->CCpriv,32);
|
||||
strcpy(assets->unspendableaddr2,cp->unspendableaddr2);
|
||||
strcpy(assetscp->unspendableaddr2,cp->unspendableaddr2);
|
||||
if ( GetTransaction(bindtxid,tx,hashBlock,false) == 0 || (numvouts= tx.vout.size()) <= 0 )
|
||||
{
|
||||
fprintf(stderr,"cant find bindtxid %s\n",uint256_str(str,bindtxid));
|
||||
|
||||
Reference in New Issue
Block a user