diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-22 18:03:56 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-22 18:03:56 +0200 |
commit | 52707f87e7faf1ae985c88b6787b688d121b538b (patch) | |
tree | 71d9d71ef88d69896d011325dabbd4758e3e63fd /lib/wallet/emscriptif.ts | |
parent | f6ba6074b7f729ddd9790b2c465451401d8caf2f (diff) |
adapt to protocol changes and improve error handling
Diffstat (limited to 'lib/wallet/emscriptif.ts')
-rw-r--r-- | lib/wallet/emscriptif.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wallet/emscriptif.ts b/lib/wallet/emscriptif.ts index b03bc9bc7..4ec029e52 100644 --- a/lib/wallet/emscriptif.ts +++ b/lib/wallet/emscriptif.ts @@ -866,6 +866,7 @@ export interface DenominationKeyValidityPS_args { fee_withdraw: AmountNbo; fee_deposit: AmountNbo; fee_refresh: AmountNbo; + fee_refund: AmountNbo; denom_hash: HashCode; } @@ -889,6 +890,7 @@ export class DenominationKeyValidityPS extends SignatureStruct { ["fee_withdraw", AmountNbo], ["fee_deposit", AmountNbo], ["fee_refresh", AmountNbo], + ["fee_refund", AmountNbo], ["denom_hash", HashCode] ]; } |