summaryrefslogtreecommitdiff
path: root/src/wallet.ts
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 /src/wallet.ts
parent613a14c14f969bf21ff7569f93cde3a7a35ce96a (diff)
downloadwallet-core-f5da3fcd1989b4cffeec72c28ce0dad3a586c31f.tar.gz
wallet-core-f5da3fcd1989b4cffeec72c28ce0dad3a586c31f.tar.bz2
wallet-core-f5da3fcd1989b4cffeec72c28ce0dad3a586c31f.zip
v0.2.3
Diffstat (limited to 'src/wallet.ts')
-rw-r--r--src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
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[];
/**