From 6cbd97e3e90bd0c4cbe96b828bca0f84fa707641 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 18 Apr 2018 22:47:50 +0300 Subject: [PATCH] Test --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow.cpp b/src/pow.cpp index 6fb357ac6..09e5a4beb 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -192,7 +192,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash,unsigned int return true; if ( ASSETCHAINS_SYMBOL[0] != 0 || height > 792000 ) { - if ( 0 && height > 792000 ) + //if ( 0 && height > 792000 ) { for (i=31; i>=0; i--) printf("%02x",((uint8_t *)&hash)[i]);