This commit is contained in:
jl777
2016-10-25 10:33:49 -03:00
parent 9632af31d2
commit cf9538e02b
2 changed files with 9 additions and 3 deletions

View File

@@ -288,7 +288,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
}
}
}
if ( notaryid >= 0 && notaryid < 64 && voutmask != 0 )
if ( i != 0 && notaryid >= 0 && notaryid < 64 && voutmask != 0 )
{
komodo_stateupdate(height,0,0,notaryid,txhash,voutmask,numvouts,0,0);
//komodo_nutxoadd(height,notaryid,txhash,voutmask,numvouts);