diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-07 12:42:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-07 12:42:54 +0100 |
commit | b609189ce175edb22d977d1dc679c822b1260bb6 (patch) | |
tree | a66ba7425afd821218b6862997e52e8732732a7c /src/exchangedb | |
parent | b1b3ae3df5022a9c22105d32f77f82d64c34c129 (diff) |
-fix missing space
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/pg_get_wire_hash_for_contract.c | 2 |
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" |