This commit is contained in:
jl777
2016-12-01 11:08:18 -03:00
parent fb5b4d5e13
commit 517b16911a
2 changed files with 31 additions and 17 deletions

View File

@@ -501,7 +501,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
numvouts = block.vtx[i].vout.size();
notaryid = -1;
voutmask = specialtx = notarizedheight = isratification = notarized = 0;
signedmask = (height < 100000) ? 1 : 0;
signedmask = (height < 91400) ? 1 : 0;
numvins = block.vtx[i].vin.size();
for (j=0; j<numvins; j++)
{