summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-12-27 11:03:08 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-12-27 11:03:08 +0100
commit704f791d0c47a9e5f9a6c076df50dd338487bb43 (patch)
tree20013d39f87945b21c2cb4a8c928f5661500fc33
parent66d78c73e4871b3e6bebd09b4021d2e1585e8847 (diff)
downloadexchange-704f791d0c47a9e5f9a6c076df50dd338487bb43.tar.gz
exchange-704f791d0c47a9e5f9a6c076df50dd338487bb43.tar.bz2
exchange-704f791d0c47a9e5f9a6c076df50dd338487bb43.zip
-typo
-rw-r--r--src/exchangedb/exchange_do_batch_reserves_in_insert.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchange_do_batch_reserves_in_insert.sql b/src/exchangedb/exchange_do_batch_reserves_in_insert.sql
index d7efe01b9..56cae3d91 100644
--- a/src/exchangedb/exchange_do_batch_reserves_in_insert.sql
+++ b/src/exchangedb/exchange_do_batch_reserves_in_insert.sql
@@ -66,7 +66,7 @@ transaction_duplicate= FALSE;
out_reserve_found = FALSE;
ELSE
-- We made no change, which means the reserve existed.
- out_reserve_found = TRUE; /*RESERVE EXISTED BUT WE DO NOT KNOW ANY INFORMATIONS ABOUT TRANSACTION, RETURN*/
+ out_reserve_found = TRUE; /*RESERVE EXISTED BUT WE DO NOT HAVE ANY INFORMATION ABOUT TRANSACTION, RETURN*/
RETURN;
END IF;
PERFORM pg_notify(in_notify, NULL);