@riocrypto/common-server 1.0.1607 → 1.0.1608
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -313,6 +313,8 @@ class BitsoClient {
|
|
|
313
313
|
const signedRequestConfig = this.signRequest(requestConfig);
|
|
314
314
|
const res = yield (0, axios_1.default)(signedRequestConfig);
|
|
315
315
|
const data = res.data;
|
|
316
|
+
console.log("Bitso data");
|
|
317
|
+
console.log(data);
|
|
316
318
|
if (!data.success) {
|
|
317
319
|
throw new Error("Error getting Bitso fees");
|
|
318
320
|
}
|