summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-07 12:42:54 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-07 12:42:54 +0100
commitb609189ce175edb22d977d1dc679c822b1260bb6 (patch)
treea66ba7425afd821218b6862997e52e8732732a7c
parentb1b3ae3df5022a9c22105d32f77f82d64c34c129 (diff)
downloadexchange-b609189ce175edb22d977d1dc679c822b1260bb6.tar.gz
exchange-b609189ce175edb22d977d1dc679c822b1260bb6.tar.bz2
exchange-b609189ce175edb22d977d1dc679c822b1260bb6.zip
-fix missing space
-rw-r--r--src/exchangedb/pg_get_wire_hash_for_contract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_get_wire_hash_for_contract.c b/src/exchangedb/pg_get_wire_hash_for_contract.c
index 5ff092a6c..afd659b18 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"