summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-19 08:27:01 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-19 08:27:01 +0100
commit280f94c3a664520f1f63ea353556c5bc84fee87f (patch)
tree57a01d37a12cd5ac84ef9439fab0b00a09d4561b /src/lib/exchange_api_handle.c
parentf0a95037ef13246b48f65b79e04292bc198c1279 (diff)
downloadexchange-280f94c3a664520f1f63ea353556c5bc84fee87f.tar.gz
exchange-280f94c3a664520f1f63ea353556c5bc84fee87f.tar.bz2
exchange-280f94c3a664520f1f63ea353556c5bc84fee87f.zip
improve style of some SQL queries (no semantic change)
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 24b762c22..ff4686a56 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -598,7 +598,6 @@ update_auditors (struct TALER_EXCHANGE_Handle *exchange)
GNUNET_CONTAINER_DLL_insert (exchange->auditors_head,
exchange->auditors_tail,
ale);
-
ale->ah = TALER_AUDITOR_connect (exchange->ctx,
ale->auditor_url,
&auditor_version_cb,