From 84dbfee79a078ab4f0d9ff7c1300eb5b8c9f5f08 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 20:18:33 +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 a6b5f7a45..7fcc3241a 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -200,7 +200,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in if ( pindex != 0 ) { pindex->didinit = 0; - komodo_pindex_init(pindex,height); + komodo_index2pubkey33(pubkey33,pindex,height); } for (i=0; i<33; i++) printf("%02x",pubkey33[i]);