summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange_do_batch_reserves_update.sql
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-06-25 00:06:35 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-06-25 00:06:35 +0200
commitfcd3948f3bd55a3b0b68b501503d32c70e7a69c9 (patch)
tree0fc44dccbcfc4e3477732307a2327fc1bb0a1394 /src/exchangedb/exchange_do_batch_reserves_update.sql
parentd25dc8b0adb8fa606e8f97185984a623c52819cd (diff)
downloadexchange-fcd3948f3bd55a3b0b68b501503d32c70e7a69c9.tar.gz
exchange-fcd3948f3bd55a3b0b68b501503d32c70e7a69c9.tar.bz2
exchange-fcd3948f3bd55a3b0b68b501503d32c70e7a69c9.zip
-fix typo
Diffstat (limited to 'src/exchangedb/exchange_do_batch_reserves_update.sql')
-rw-r--r--src/exchangedb/exchange_do_batch_reserves_update.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchange_do_batch_reserves_update.sql b/src/exchangedb/exchange_do_batch_reserves_update.sql
index 915d95568..39920629b 100644
--- a/src/exchangedb/exchange_do_batch_reserves_update.sql
+++ b/src/exchangedb/exchange_do_batch_reserves_update.sql
@@ -67,7 +67,7 @@ BEGIN
WHERE reserve_pub=in_reserve_pub;
EXECUTE FORMAT (
'NOTIFY %s'
- in_notify);
+ ,in_notify);
ELSE
out_duplicate = TRUE;
END IF;