diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-15 22:10:12 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-15 22:10:12 +0200 |
commit | 0e6c4ba898b0f4c7e53b02a65f99cc4b6b066ad7 (patch) | |
tree | d4f74fb23e802cc6e699892aece5fcc5631df88d /src/exchangedb/test_exchangedb.c | |
parent | eb354680b45f167ded8b9a6a01090f34d88775f3 (diff) |
work on #5010
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index fb52ddf92..adb723757 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -259,7 +259,7 @@ create_denom_key_pair (unsigned int size, dki.issue.properties.purpose.size = htonl (sizeof (struct TALER_DenominationKeyValidityPS)); dki.issue.properties.purpose.purpose = htonl (TALER_SIGNATURE_MASTER_DENOMINATION_KEY_VALIDITY); - if (GNUNET_OK != + if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != plugin->insert_denomination_info (plugin->cls, session, &dki.denom_pub, |