This commit is contained in:
jl777
2018-09-10 08:07:52 -11:00
parent e0bea5459e
commit d283511ce5

View File

@@ -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));