From 0ec101d1c17cb072ec4039a8ef648cc24dc91b2b Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Apr 2019 20:52:05 -1100 Subject: [PATCH] pricebits --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 8428c4a07..7661296b9 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -1748,7 +1748,7 @@ CScript komodo_mineropret(int32_t nHeight) void komodo_queuelocalprice(int32_t dir,int32_t height,uint32_t timestamp,uint256 blockhash,int32_t ind,uint32_t pricebits) { - fprintf(stderr,"ExtremePrice dir.%d ht.%d ind.%d cmpbits.%u\n",dir,height,ind,cmpbits); + fprintf(stderr,"ExtremePrice dir.%d ht.%d ind.%d cmpbits.%u\n",dir,height,ind,pricebits); ExtremePrice.dir = dir; ExtremePrice.height = height; ExtremePrice.blockhash = blockhash;