aboutsummaryrefslogtreecommitdiff
path: root/src/mintdb/test_mintdb.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <sreeharsha@totakura.in>2015-05-25 22:47:00 +0200
committerSree Harsha Totakura <sreeharsha@totakura.in>2015-05-25 22:47:00 +0200
commit126a747f82e7894445775eead9ef2191e99f09c1 (patch)
treeaab2afd857177584794a2b7bb01dd7e25ac5b89f /src/mintdb/test_mintdb.c
parentd49a0d6567e35450fe227ab4ba335af6285b63eb (diff)
mintdb postgres: add deposit fee to the denominations
Diffstat (limited to 'src/mintdb/test_mintdb.c')
-rw-r--r--src/mintdb/test_mintdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mintdb/test_mintdb.c b/src/mintdb/test_mintdb.c
index 8a7e8cade..b93965665 100644
--- a/src/mintdb/test_mintdb.c
+++ b/src/mintdb/test_mintdb.c
@@ -139,6 +139,7 @@ test_known_coins (struct TALER_MINTDB_Session *session)
dki.issue.fee_withdraw.value = 0;
dki.issue.fee_withdraw.fraction = htonl (100);
(void) strcpy (dki.issue.fee_withdraw.currency, CURRENCY);
+ dki.issue.fee_deposit = dki.issue.fee_withdraw;
dki.issue.fee_refresh = dki.issue.fee_withdraw;
FAILIF (GNUNET_OK !=
plugin->insert_denomination (plugin->cls,
@@ -308,6 +309,7 @@ run (void *cls,
dki.issue.fee_withdraw.value = 0;
dki.issue.fee_withdraw.fraction = htonl (100);
(void) strcpy (dki.issue.fee_withdraw.currency, CURRENCY);
+ dki.issue.fee_deposit = dki.issue.fee_withdraw;
dki.issue.fee_refresh = dki.issue.fee_withdraw;
FAILIF (GNUNET_OK !=
plugin->insert_denomination (plugin->cls,