diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-03-10 16:06:58 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-03-10 16:06:58 +0100 |
commit | 98de0acd6f71da674b2a8c8fe874d6b1d1d24582 (patch) | |
tree | bbdbfb6524306688fe13381aa90b7d666ce8bdc7 | |
parent | 28e3e4640f8ec31bfbc6667d70dcb94961fcca93 (diff) |
minor version
-rw-r--r-- | manifest.json | 6 | ||||
-rw-r--r-- | src/wallet.ts | 1 |
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", |