From 169bffa3e4231ab06172df5cd6e0892f2e98d248 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 10 Apr 2019 21:06:56 -1100 Subject: [PATCH] +print --- src/komodo_gateway.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 5f9a2b8b4..f5ee16f7b 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -2530,7 +2530,8 @@ int64_t komodo_pricesmoothed(int64_t *correlated,int32_t cskip,int64_t *rawprice void komodo_pricesinit() { FILE *fp; char symbol[65]; int32_t i; - boost::filesystem::path pricefname,pricesdir = GetDataDir() / ASSETCHAINS_SYMBOL / "prices"; + boost::filesystem::path pricefname,pricesdir = GetDataDir() / "prices"; + fprintf(stderr,"pricesinit (%s)\n",pricesdir.string().c_str()); if (!boost::filesystem::exists(pricesdir)) { boost::filesystem::create_directories(pricesdir);