summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-05-29 22:25:04 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-05-29 22:25:04 +0200
commitd40da21e905ef9f5370bcd0e693778053878fc34 (patch)
tree80e30b89697bc098dfdd3183e0a3e7629ac1caf7 /src/exchangedb/plugin_exchangedb_postgres.c
parent6d2ee2c88ab87ac7e07ae30507dbd4197737838f (diff)
downloadexchange-d40da21e905ef9f5370bcd0e693778053878fc34.tar.gz
exchange-d40da21e905ef9f5370bcd0e693778053878fc34.tar.bz2
exchange-d40da21e905ef9f5370bcd0e693778053878fc34.zip
add batch signing support to taler-exchange-secmod-rsa
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index d0d6ca18b..77b200518 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -13874,8 +13874,8 @@ postgres_expire_purse (
return qs;
GNUNET_assert (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs);
return found
- ? GNUNET_DB_STATUS_SUCCESS_ONE_RESULT
- : GNUNET_DB_STATUS_SUCCESS_NO_RESULTS;
+ ? GNUNET_DB_STATUS_SUCCESS_ONE_RESULT
+ : GNUNET_DB_STATUS_SUCCESS_NO_RESULTS;
}