From 8b6faa2e8438e1fec3cfd282917737870c7bafb6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 10 Apr 2018 01:09:27 +0300 Subject: [PATCH] Test --- src/pow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pow.cpp b/src/pow.cpp index 23f1cf67b..93ef9ab11 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -142,9 +142,10 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in height = komodo_currentheight() + 1; special = komodo_chosennotary(¬aryid,height,pubkey33,timestamp); flag = komodo_eligiblenotary(pubkeys,mids,&nonzpkeys,height); - if ( ASSETCHAINS_STAKED != 0 ) + /*if ( ASSETCHAINS_STAKED != 0 ) bnTarget.SetCompact(KOMODO_MINDIFF_NBITS,&fNegative,&fOverflow); - else if ( height > 34000 && ASSETCHAINS_SYMBOL[0] == 0 ) // 0 -> non-special notary + else*/ + if ( height > 34000 && ASSETCHAINS_SYMBOL[0] == 0 ) // 0 -> non-special notary { for (i=0; i<33; i++) {