commit b609189ce175edb22d977d1dc679c822b1260bb6
parent b1b3ae3df5022a9c22105d32f77f82d64c34c129
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 7 Mar 2024 12:42:54 +0100
-fix missing space
Diffstat:
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
@@ -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"