test
This commit is contained in:
@@ -643,8 +643,11 @@ int32_t komodo_eligiblenotary(int32_t *mids,int32_t *nonzpkeysp,int32_t height)
|
|||||||
if ( pindex != 0 )
|
if ( pindex != 0 )
|
||||||
{
|
{
|
||||||
komodo_index2pubkey33(pubkey33,pindex,height-i);
|
komodo_index2pubkey33(pubkey33,pindex,height-i);
|
||||||
if ( (mids[i]= komodo_minerid(height-i,pubkey33) | (pindex->nHeight<<8)) >= 0 )
|
if ( (mids[i]= komodo_minerid(height-i,pubkey33)) >= 0 )
|
||||||
|
{
|
||||||
|
mids[i] = *(int32_t *)pubkey33;
|
||||||
(*nonzpkeysp)++;
|
(*nonzpkeysp)++;
|
||||||
|
}
|
||||||
if ( mids[0] >= 0 && i > 0 && mids[i] == mids[0] )
|
if ( mids[0] >= 0 && i > 0 && mids[i] == mids[0] )
|
||||||
duplicate++;
|
duplicate++;
|
||||||
pindex = pindex->pprev;
|
pindex = pindex->pprev;
|
||||||
|
|||||||
Reference in New Issue
Block a user