gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix missing space


From: gnunet
Subject: [taler-exchange] branch master updated: -fix missing space
Date: Thu, 07 Mar 2024 12:42:57 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b609189c -fix missing space
b609189c is described below

commit b609189ce175edb22d977d1dc679c822b1260bb6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 7 12:42:54 2024 +0100

    -fix missing space
---
 src/exchangedb/pg_get_wire_hash_for_contract.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/pg_get_wire_hash_for_contract.c 
b/src/exchangedb/pg_get_wire_hash_for_contract.c
index 5ff092a6..afd659b1 100644
--- a/src/exchangedb/pg_get_wire_hash_for_contract.c
+++ b/src/exchangedb/pg_get_wire_hash_for_contract.c
@@ -55,7 +55,7 @@ TEH_PG_get_wire_hash_for_contract (
   PREPARE (pg,
            "get_wire_hash_for_contract",
            "SELECT"
-           "bdep.wire_salt"
+           " bdep.wire_salt"
            ",wt.payto_uri"
            " FROM coin_deposits"
            "    JOIN batch_deposits bdep"

-- 
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]