aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-13 02:36:33 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-13 02:36:33 +0200
commite4cafe672d07781c4cfcfa3b9d0e062ce367646c (patch)
tree7ad8b213a898236dee02a140207af301e8d400e4 /lib/wallet/wallet.ts
parent250069d86097a966366d21e447f6c3fcc70659bd (diff)
downloadwallet-core-e4cafe672d07781c4cfcfa3b9d0e062ce367646c.tar.xz
manual refresh triggering
Diffstat (limited to 'lib/wallet/wallet.ts')
-rw-r--r--lib/wallet/wallet.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts
index 49e4e0a8d..b248d5315 100644
--- a/lib/wallet/wallet.ts
+++ b/lib/wallet/wallet.ts
@@ -1136,8 +1136,12 @@ export class Wallet {
coin.currentAmount,
oldDenom.fee_refresh));
- // FIXME: implement rest
+ let reqUrl = URI("reserve/withdraw").absoluteTo(exchange!.baseUrl);
+ let resp = await this.http.postJson(reqUrl, {});
+
+ console.log("melt response:", resp.responseText);
+ // FIXME: implement rest
}