summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-12 10:48:50 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-12 10:48:50 +0200
commita7a882fc7b0334464705a989dd6dd0764ea0ffb5 (patch)
tree0aaa8a6244f76dad500f92a3396513a621a60004
parentfe6d7a5ae1b883f818538e1c0392624de5e88275 (diff)
downloadexchange-a7a882fc7b0334464705a989dd6dd0764ea0ffb5.tar.gz
exchange-a7a882fc7b0334464705a989dd6dd0764ea0ffb5.tar.bz2
exchange-a7a882fc7b0334464705a989dd6dd0764ea0ffb5.zip
fix test with API rename
-rw-r--r--src/mintdb/test_mintdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mintdb/test_mintdb.c b/src/mintdb/test_mintdb.c
index edf0c4e68..9e14424b9 100644
--- a/src/mintdb/test_mintdb.c
+++ b/src/mintdb/test_mintdb.c
@@ -126,7 +126,7 @@ register_denomination(struct TALER_DenominationPublicKey denom_pub,
dki.issue.fee_deposit = dki.issue.fee_withdraw;
dki.issue.fee_refresh = dki.issue.fee_withdraw;
if (GNUNET_OK !=
- plugin->insert_denomination (plugin->cls,
+ plugin->denomination_insert (plugin->cls,
session,
&denom_pub,
&dki.issue))