This commit is contained in:
jl777
2016-10-29 18:53:28 -03:00
parent 5082453032
commit bfeb197661
2 changed files with 3 additions and 2 deletions

View File

@@ -375,6 +375,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
else
{
komodo_gateway_deposits(&txNew);
fprintf(stderr,"txNew numvouts.%d\n",txNew.vout.size());
}
pblock->vtx[0] = txNew;