diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-12-27 11:03:08 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-12-27 11:03:08 +0100 |
commit | 704f791d0c47a9e5f9a6c076df50dd338487bb43 (patch) | |
tree | 20013d39f87945b21c2cb4a8c928f5661500fc33 /src/exchangedb | |
parent | 66d78c73e4871b3e6bebd09b4021d2e1585e8847 (diff) |
-typo
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/exchange_do_batch_reserves_in_insert.sql | 2 |
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); |