Fix founders reward

This commit is contained in:
jl777
2018-11-10 04:54:17 -11:00
parent fa7e40ac28
commit d19cb2c8a7

View File

@@ -1114,7 +1114,7 @@ uint64_t komodo_commission(const CBlock *pblock)
{
n = pblock->vtx[0].vout.size();
for (j=0; j<n; j++)
total += pblock->vtx[i].vout[j].nValue;
total += pblock->vtx[0].vout[j].nValue;
}
else
{