summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/exchanges.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-10 23:57:06 +0100
committerFlorian Dold <florian@dold.me>2021-01-10 23:57:06 +0100
commitc0dfcf247c0580b43a35824e5deb8bdf0a6b0c67 (patch)
tree8c89d40bdd30625cda9329165d39530084f67550 /packages/taler-wallet-core/src/operations/exchanges.ts
parent8921a5e8f2f47c113eeeaa1bf14937c5b6cfb0ac (diff)
downloadwallet-core-c0dfcf247c0580b43a35824e5deb8bdf0a6b0c67.tar.gz
wallet-core-c0dfcf247c0580b43a35824e5deb8bdf0a6b0c67.tar.bz2
wallet-core-c0dfcf247c0580b43a35824e5deb8bdf0a6b0c67.zip
backup schema
Diffstat (limited to 'packages/taler-wallet-core/src/operations/exchanges.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/exchanges.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/exchanges.ts b/packages/taler-wallet-core/src/operations/exchanges.ts
index 3e71634cd..52da6be62 100644
--- a/packages/taler-wallet-core/src/operations/exchanges.ts
+++ b/packages/taler-wallet-core/src/operations/exchanges.ts
@@ -212,6 +212,7 @@ async function updateExchangeWithKeys(
nextUpdateTime: getExpiryTimestamp(resp, {
minDuration: durationFromSpec({ hours: 1 }),
}),
+ reserveClosingDelay: exchangeKeysJson.reserve_closing_delay,
};
r.updateStatus = ExchangeUpdateStatus.FetchWire;
r.lastError = undefined;