block.vtx

This commit is contained in:
jl777
2019-03-27 07:38:43 -11:00
parent 00eee20935
commit ed6a4160aa
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ UniValue games_settle(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
{
if ( komodo_blockload(block,pindex) == 0 )
{
n = pindex->block.vtx.size();
n = block.vtx.size();
for (i=0; i<n; i++)
{
tx = block.vtx[i];