From c2070e57ff9d9e9c3b224baa714df1087d88d8f8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 17 Mar 2017 15:09:19 +0200 Subject: [PATCH] Revert "Merge branch 'master' into dev" This reverts commit c0addba809c63493eb87ab06bed9da7d7ae89452, reversing changes made to d19a9837c2c8300c59b8156e46a7fe6124475c71. --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow.cpp b/src/pow.cpp index cfdaea121..9246d6838 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -170,7 +170,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in for (i=0; i<66; i++) printf("%d ",mids[i]); printf(" minerids from ht.%d\n",height); - if ( notaryid >= 0 || height > 225000 ) + if ( notaryid >= 0 || height > 225065 ) return error("CheckProofOfWork(): hash doesn't match nBits"); } }