From 5cebe42a99648778cfbe2157eab049c3681654f2 Mon Sep 17 00:00:00 2001 From: Andre Jochems Date: Fri, 11 Dec 2015 15:46:34 +0100 Subject: [PATCH] Fixes #6 --- src/qt/CSCPublicAPI/jsonsingleactiveexchange.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/CSCPublicAPI/jsonsingleactiveexchange.h b/src/qt/CSCPublicAPI/jsonsingleactiveexchange.h index 1d2df3a..a27c6a0 100644 --- a/src/qt/CSCPublicAPI/jsonsingleactiveexchange.h +++ b/src/qt/CSCPublicAPI/jsonsingleactiveexchange.h @@ -21,7 +21,7 @@ public: QString getDescription() const{ return m_strDescription; } double getLastBidPriceBTC() const{ return m_dblLastBidPriceBTC; } double getLastAskPriceBTC() const{ return m_dblLastAskPriceBTC; } - double getLastPriceBTC() const{ return m_dblLastBidPriceBTC; } + double getLastPriceBTC() const{ return m_dblLastPriceBTC; } double getVolume24H() const{ return m_dblVolume24H; } QString getLastUpdateTime() const{ return m_strLastUpdateTime; }