Merge pull request #50 from jl777/dev

Dev
This commit is contained in:
blackjok3rtt
2019-04-02 00:49:57 +08:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -258,6 +258,4 @@
"ac_cc": "3",
"addnode": ["138.201.136.145"]
}
]

View File

@@ -1234,7 +1234,7 @@ uint64_t komodo_commission(const CBlock *pblock,int32_t height)
n = pblock->vtx[i].vout.size();
for (j=0; j<n; j++)
{
if ( height > 100000 && ASSETCHAINS_STAKED != 0 && txn_count > 1 && i == txn_count-1 && j == n-1 )
if ( height > 225000 && ASSETCHAINS_STAKED != 0 && txn_count > 1 && i == txn_count-1 && j == n-1 )
break;
//fprintf(stderr,"(%d %.8f).%d ",i,dstr(pblock->vtx[i].vout[j].nValue),j);
if ( i != 0 || j != 1 )