aboutsummaryrefslogtreecommitdiff
path: root/src/operations/exchanges.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-09 16:37:46 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-09 16:37:46 +0530
commit26d961ad633027f50ee402b9a7e7fa383c2b33c3 (patch)
treecfaa7a80d4c38980ddb62bd39ea61b3f87916688 /src/operations/exchanges.ts
parentbf1b350d4410cfc7c3e9ae3a717343c9ef19625a (diff)
downloadwallet-core-26d961ad633027f50ee402b9a7e7fa383c2b33c3.tar.xz
support exchange API version 7:0:0
Diffstat (limited to 'src/operations/exchanges.ts')
-rw-r--r--src/operations/exchanges.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/exchanges.ts b/src/operations/exchanges.ts
index 89f89ec10..cf6b06868 100644
--- a/src/operations/exchanges.ts
+++ b/src/operations/exchanges.ts
@@ -77,6 +77,7 @@ async function setExchangeError(
baseUrl: string,
err: OperationError,
): Promise<void> {
+ console.log(`last error for exchange ${baseUrl}:`, err);
const mut = (exchange: ExchangeRecord) => {
exchange.lastError = err;
return exchange;