v0.2.3
This commit is contained in:
parent
613a14c14f
commit
f5da3fcd19
@ -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",
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user