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/cryptoLib.ts | |
parent | f6ba6074b7f729ddd9790b2c465451401d8caf2f (diff) |
adapt to protocol changes and improve error handling
Diffstat (limited to 'lib/wallet/cryptoLib.ts')
-rw-r--r-- | lib/wallet/cryptoLib.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wallet/cryptoLib.ts b/lib/wallet/cryptoLib.ts index 769cb3356..967fc23c8 100644 --- a/lib/wallet/cryptoLib.ts +++ b/lib/wallet/cryptoLib.ts @@ -125,6 +125,7 @@ namespace RpcFunctions { fee_deposit: (new native.Amount(denom.fee_deposit)).toNbo(), fee_refresh: (new native.Amount(denom.fee_refresh)).toNbo(), fee_withdraw: (new native.Amount(denom.fee_withdraw)).toNbo(), + fee_refund: (new native.Amount(denom.fee_refund)).toNbo(), }); let nativeSig = new native.EddsaSignature(); |