This commit is contained in:
jl777
2019-01-12 09:46:58 -11:00
parent 513c19d096
commit 59bb5fd470

View File

@@ -1167,7 +1167,7 @@ uint64_t komodo_commission(const CBlock *pblock,int32_t height)
total += pblock->vtx[i].vout[j].nValue;
}
}
commission = ((total / 10000) * ASSETCHAINS_COMMISSION) / 10000);
commission = ((total / 10000) * ASSETCHAINS_COMMISSION) / 10000;
//commission = ((total * ASSETCHAINS_COMMISSION) / COIN);
}
if ( commission < 10000 )