diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-19 08:27:01 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-19 08:27:01 +0100 |
commit | 280f94c3a664520f1f63ea353556c5bc84fee87f (patch) | |
tree | 57a01d37a12cd5ac84ef9439fab0b00a09d4561b /src/lib/exchange_api_deposit.c | |
parent | f0a95037ef13246b48f65b79e04292bc198c1279 (diff) |
improve style of some SQL queries (no semantic change)
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r-- | src/lib/exchange_api_deposit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c index 15bf76fe0..a08a6f422 100644 --- a/src/lib/exchange_api_deposit.c +++ b/src/lib/exchange_api_deposit.c @@ -382,7 +382,6 @@ handle_deposit_finished (void *cls, TEAH_get_auditors_for_dc (dh->exchange, &auditor_cb, dh); - } dr.details.success.exchange_sig = &dh->exchange_sig; dr.details.success.exchange_pub = &dh->exchange_pub; |