This commit is contained in:
jl777
2018-09-10 08:02:01 -11:00
parent 9c95ed3339
commit 2b404a3d4a
2 changed files with 2 additions and 1 deletions

View File

@@ -591,6 +591,7 @@ std::string GatewaysClaim(uint64_t txfee,uint256 bindtxid,std::string refcoin,ui
mtx.vout.push_back(MakeCC1vout(EVAL_ASSETS,amount,mypk));
if ( CCchange != 0 )
mtx.vout.push_back(MakeCC1vout(EVAL_ASSETS,CCchange,gatewayspk));
fprintf(stderr,"finalize CCtx\n");
return(FinalizeCCTx(0,cp,mtx,mypk,txfee,EncodeAssetOpRet('t',assetid,zeroid,0,Mypubkey())));
}
}