This commit is contained in:
jl777
2016-11-08 16:01:13 -03:00
parent 05d91eb2ed
commit 1bb0e19747
2 changed files with 2 additions and 3 deletions

View File

@@ -141,6 +141,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
}
else if ( height == 0 && KOMODO_CHOSEN_ONE != 0 )
{
extern uint8_t NOTARY_PUBKEY33[33];
bnTarget.SetCompact(KOMODO_MINDIFF_NBITS,&fNegative,&fOverflow);
memcpy(pubkey33,NOTARY_PUBKEY33,33);
special = 1;