aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_lookup_wire_transfer.c
diff options
context:
space:
mode:
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"