aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json6
-rw-r--r--src/wallet.ts1
2 files changed, 3 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index ead48f507..623fa8c6c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,10 +4,10 @@
"name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers",
- "version": "0.6.37",
- "version_name": "0.2.0",
+ "version": "0.6.38",
+ "version_name": "0.2.1",
- "minimum_chrome_version": "49",
+ "minimum_chrome_version": "51",
"minimum_opera_version": "36",
"applications": {
diff --git a/src/wallet.ts b/src/wallet.ts
index f88b8efae..030e60303 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -913,7 +913,6 @@ export class Wallet {
let reqUrl = URI("reserve/withdraw").absoluteTo(reserve.exchange_base_url);
let resp = await this.http.postJson(reqUrl, wd);
-
if (resp.status != 200) {
throw new RequestException({
hint: "Withdrawal failed",