This commit is contained in:
Florian Dold 2017-05-31 17:10:12 +02:00
parent 613a14c14f
commit f5da3fcd19
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
"name": "GNU Taler Wallet (git)", "name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments", "description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers", "author": "GNU Taler Developers",
"version": "0.6.39", "version": "0.6.40",
"version_name": "0.2.2", "version_name": "0.2.3",
"minimum_chrome_version": "51", "minimum_chrome_version": "51",
"minimum_opera_version": "36", "minimum_opera_version": "36",

View File

@ -140,7 +140,7 @@ export class KeysJson {
/** /**
* List of paybacks for compromised denominations. * List of paybacks for compromised denominations.
*/ */
@Checkable.List(Checkable.Value(Payback)) @Checkable.Optional(Checkable.List(Checkable.Value(Payback)))
payback?: Payback[]; payback?: Payback[];
/** /**

@ -1 +1 @@
Subproject commit fd80260fce96df674111f9100fa2d91c83a9a3bc Subproject commit a8bff2e27b89feb3696cf0e3a49fc00155d92de5