From 346f91ef690c1dd0ef4ee0a790ca0e660577cb55 Mon Sep 17 00:00:00 2001 From: dimxy Date: Tue, 9 Apr 2019 19:12:02 +0500 Subject: [PATCH] logging pricestack --- src/cc/prices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index d1c4fa839..c1775973a 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -355,7 +355,7 @@ int64_t prices_syntheticprice(std::vector vec,int32_t height,int32_t m { opcode = vec[i]; value = (opcode & (KOMODO_MAXPRICES-1)); // index or weight - std::cerr << "prices_syntheticprice depth=" << depth << " i=" << i << " price=" << price << " value=" << value << std::endl; + std::cerr << "prices_syntheticprice" << " i=" << i << " price=" << price << " value=" << value << " pricestack[depth=" << depth << "]=" << pricestack[depth] << std::endl; switch( opcode & KOMODO_PRICEMASK ) { case 0: // indices