summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-31 17:10:12 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-31 17:10:12 +0200
commitf5da3fcd1989b4cffeec72c28ce0dad3a586c31f (patch)
tree7c35c6297a7a24d3a15777287fd1929d0364c4e7
parent613a14c14f969bf21ff7569f93cde3a7a35ce96a (diff)
downloadwallet-core-f5da3fcd1989b4cffeec72c28ce0dad3a586c31f.tar.gz
wallet-core-f5da3fcd1989b4cffeec72c28ce0dad3a586c31f.tar.bz2
wallet-core-f5da3fcd1989b4cffeec72c28ce0dad3a586c31f.zip
v0.2.3
-rw-r--r--manifest.json4
-rw-r--r--src/wallet.ts2
m---------web-common0
3 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index 1fa5282fd..500fb12c4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,8 +4,8 @@
"name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers",
- "version": "0.6.39",
- "version_name": "0.2.2",
+ "version": "0.6.40",
+ "version_name": "0.2.3",
"minimum_chrome_version": "51",
"minimum_opera_version": "36",
diff --git a/src/wallet.ts b/src/wallet.ts
index 4aa2329d8..8dc9a75a4 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -140,7 +140,7 @@ export class KeysJson {
/**
* List of paybacks for compromised denominations.
*/
- @Checkable.List(Checkable.Value(Payback))
+ @Checkable.Optional(Checkable.List(Checkable.Value(Payback)))
payback?: Payback[];
/**
diff --git a/web-common b/web-common
-Subproject fd80260fce96df674111f9100fa2d91c83a9a3b
+Subproject a8bff2e27b89feb3696cf0e3a49fc00155d92de