From f7029cf795fb50c0b0cd11e3631dfb9b56431029 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Wed, 12 Aug 2020 00:32:14 +0100 Subject: [PATCH] method name --- lib/rest-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rest-client.js b/lib/rest-client.js index b634561..58d7f2c 100644 --- a/lib/rest-client.js +++ b/lib/rest-client.js @@ -217,7 +217,7 @@ module.exports = class RestClient { return await this.request.get('v2/public/trading-records', params); } - async getPublicLiquidatedOrders(params) { + async getPublicLiquidations(params) { assert(params, 'No params passed'); assert(params.symbol, 'Parameter symbol is required');