summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-12 10:49:14 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-12 10:49:14 +0200
commit5fe7fd24c1ebb448d4bb59cfe70faa8af8a2c191 (patch)
tree19995f4f2f2f3e30cd9bfada08c00b1690357eba
parenta7a882fc7b0334464705a989dd6dd0764ea0ffb5 (diff)
downloadexchange-5fe7fd24c1ebb448d4bb59cfe70faa8af8a2c191.tar.gz
exchange-5fe7fd24c1ebb448d4bb59cfe70faa8af8a2c191.tar.bz2
exchange-5fe7fd24c1ebb448d4bb59cfe70faa8af8a2c191.zip
fix test with API rename
-rw-r--r--src/mintdb/test_mintdb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mintdb/test_mintdb.c b/src/mintdb/test_mintdb.c
index 9e14424b9..88b6ec6d6 100644
--- a/src/mintdb/test_mintdb.c
+++ b/src/mintdb/test_mintdb.c
@@ -126,10 +126,10 @@ 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->denomination_insert (plugin->cls,
- session,
- &denom_pub,
- &dki.issue))
+ plugin->insert_denomination_info (plugin->cls,
+ session,
+ &denom_pub,
+ &dki.issue))
{
GNUNET_break(0);
return GNUNET_SYSERR;