exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 704f791d0c47a9e5f9a6c076df50dd338487bb43
parent 66d78c73e4871b3e6bebd09b4021d2e1585e8847
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 27 Dec 2022 11:03:08 +0100

-typo

Diffstat:
Msrc/exchangedb/exchange_do_batch_reserves_in_insert.sql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);