gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fixing pipeline


From: gnunet
Subject: [taler-exchange] branch master updated: fixing pipeline
Date: Wed, 17 Jan 2024 17:00:08 +0100

This is an automated email from the git hooks/post-receive script.

nic-eigel pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new cd786679 fixing pipeline
cd786679 is described below

commit cd786679ff702d95548f000c6cb1462979146ac5
Author: Nic Eigel <nic@eigel.ch>
AuthorDate: Wed Jan 17 08:16:32 2024 +0100

    fixing pipeline
---
 src/auditordb/pg_get_deposit_confirmations.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditordb/pg_get_deposit_confirmations.c 
b/src/auditordb/pg_get_deposit_confirmations.c
index cb52c36c..ede9b8d7 100644
--- a/src/auditordb/pg_get_deposit_confirmations.c
+++ b/src/auditordb/pg_get_deposit_confirmations.c
@@ -190,7 +190,7 @@ TAH_PG_get_deposit_confirmations (
            ",exchange_sig"
            ",exchange_pub"
            ",master_sig"                  /* master_sig could be normalized... 
*/
-           " FROM auditor_deposit_confirmations"
+           " FROM deposit_confirmations"
            " WHERE deposit_confirmation_serial_id>$1");
   qs = GNUNET_PQ_eval_prepared_multi_select (pg->conn,
                                              
"auditor_deposit_confirmation_select",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]