From 7f37017e916d5ad66175b5408cefab8b622bdefc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Mar 2020 11:51:00 +0100 Subject: more renaming --- src/exchangedb/test_exchangedb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb/test_exchangedb.c') diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index b52055996..8ebe9cb26 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -220,7 +220,7 @@ create_denom_key_pair (unsigned int size, const struct TALER_Amount *fee_refund) { struct DenomKeyPair *dkp; - struct TALER_EXCHANGEDB_DenominationKeyIssueInformation dki; + struct TALER_EXCHANGEDB_DenominationKey dki; struct TALER_EXCHANGEDB_DenominationKeyInformationP issue2; dkp = GNUNET_new (struct DenomKeyPair); @@ -233,7 +233,7 @@ create_denom_key_pair (unsigned int size, are not properly initialized for this test. */ memset (&dki, 0, - sizeof (struct TALER_EXCHANGEDB_DenominationKeyIssueInformation)); + sizeof (struct TALER_EXCHANGEDB_DenominationKey)); dki.denom_pub = dkp->pub; GNUNET_TIME_round_abs (&now); dki.issue.properties.start = GNUNET_TIME_absolute_hton (now); -- cgit v1.2.3