From cfaa7d06c6a4df0b8394f83093174e54ebf045f0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 14 Apr 2018 03:12:27 +0300 Subject: [PATCH] Change print --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow.cpp b/src/pow.cpp index a973f24a3..84acedd1f 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -191,7 +191,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in return true; if ( ASSETCHAINS_SYMBOL[0] == 0 ) { - if ( height > 790000 ) + if ( height > 792000 ) { for (i=31; i>=0; i--) printf("%02x",((uint8_t *)&hash)[i]);