Skip to content

Commit 97870ca

Browse files
committed
query bug fix
1 parent f9e7436 commit 97870ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Binance_Client.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3749,13 +3749,11 @@ Json::Value FuturesClientUSDT::v_funding_rate_history(const Params* params_ptr)
37493749

37503750
// -- Up to 'Client' Level
37513751

3752-
#include <iostream> // delete me
37533752
Json::Value FuturesClientUSDT::v__new_order(const Params* params_ptr)
37543753
{
37553754
std::string query = this->_generate_query(params_ptr, 1);
37563755
std::string full_path = !this->_testnet_mode ? _BASE_REST_FUTURES_USDT : _BASE_REST_FUTURES_TESTNET;
37573756
full_path += ("/fapi/v1/order" + query);
3758-
std::cout << full_path; // delete me
37593757
Json::Value response = (this->_rest_client)->_postreq(full_path);
37603758

37613759
return response;

0 commit comments

Comments
 (0)