From 0277d772fb361a1e9847b9021964a617013450ae Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 5 Sep 2018 23:04:12 -1100 Subject: [PATCH] Test --- src/cc/CCinclude.h | 1 - src/cc/oracles.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cc/CCinclude.h b/src/cc/CCinclude.h index 2efd3de64..6cf32b1c5 100644 --- a/src/cc/CCinclude.h +++ b/src/cc/CCinclude.h @@ -48,7 +48,6 @@ one other technical note is that komodod has the insight-explorer extensions bui #include #include #include "../komodo_defs.h" -#include extern int32_t KOMODO_CONNECTING,KOMODO_CCACTIVATE; extern uint32_t ASSETCHAINS_CC; diff --git a/src/cc/oracles.cpp b/src/cc/oracles.cpp index ab3ee030b..8929af4b1 100644 --- a/src/cc/oracles.cpp +++ b/src/cc/oracles.cpp @@ -402,7 +402,7 @@ int64_t correlate_price(int32_t height,int64_t *prices,int32_t n) int32_t i,j; int64_t price = 0; if ( n == 1 ) return(prices[0]); - heapsort(prices,n,sizeof(*prices),_increasing_uint64); + //heapsort(prices,n,sizeof(*prices),_increasing_uint64); for (i=0; i