aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/cryptoLib.ts
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-08 10:27:26 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-08 10:27:26 +0200
commit2c90c1e9037455415f3a56fcfdb1e02283d4ee2c (patch)
treecdf22461eff3106df555bb4e9ac3ad2f633505c4 /lib/wallet/cryptoLib.ts
parent12a12d883aae49a9dcedc8b487121b9926cff0fa (diff)
parentdc83b85e85110eb7ed2e96ecdbcbb90b5a5620aa (diff)
Merge branch 'master' of git+ssh://taler.net/var/git/wallet-webex
Diffstat (limited to 'lib/wallet/cryptoLib.ts')
-rw-r--r--lib/wallet/cryptoLib.ts1
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();