aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_lookup_wire_transfer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-21 14:56:46 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-21 14:56:46 +0100
commit9d43bf92c45e771afdada11851393e0a82a91078 (patch)
treef214c5fc48e8c4f2d9b88b6c65893c4cde731929 /src/exchangedb/pg_lookup_wire_transfer.c
parent358388597835c364e9454a39d7161f06cbaac81c (diff)
downloadexchange-9d43bf92c45e771afdada11851393e0a82a91078.tar.xz
-doxygen
Diffstat (limited to 'src/exchangedb/pg_lookup_wire_transfer.c')
-rw-r--r--src/exchangedb/pg_lookup_wire_transfer.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/exchangedb/pg_lookup_wire_transfer.c b/src/exchangedb/pg_lookup_wire_transfer.c
index 394251702..c5f63a070 100644
--- a/src/exchangedb/pg_lookup_wire_transfer.c
+++ b/src/exchangedb/pg_lookup_wire_transfer.c
@@ -14,8 +14,8 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file exchangedb/pg_lookup_wire_tranfer.c
- * @brief Implementation of the lookup_wire_tranfer function for Postgres
+ * @file exchangedb/pg_lookup_wire_transfer.c
+ * @brief Implementation of the lookup_wire_transfer function for Postgres
* @author Christian Grothoff
*/
#include "platform.h"
@@ -128,6 +128,7 @@ handle_wt_result (void *cls,
}
}
+
enum GNUNET_DB_QueryStatus
TEH_PG_lookup_wire_transfer (
void *cls,
@@ -148,7 +149,7 @@ TEH_PG_lookup_wire_transfer (
ctx.pg = pg;
ctx.status = GNUNET_OK;
/* check if the melt record exists and get it */
- /* Used in #postgres_lookup_wire_transfer */
+ /* Used in #postgres_lookup_wire_transfer */
PREPARE (pg,
"lookup_transactions",
"SELECT"