diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-21 14:56:46 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-21 14:56:46 +0100 |
commit | 9d43bf92c45e771afdada11851393e0a82a91078 (patch) | |
tree | f214c5fc48e8c4f2d9b88b6c65893c4cde731929 /src/exchangedb/pg_lookup_wire_transfer.c | |
parent | 358388597835c364e9454a39d7161f06cbaac81c (diff) |
-doxygen
Diffstat (limited to 'src/exchangedb/pg_lookup_wire_transfer.c')
-rw-r--r-- | src/exchangedb/pg_lookup_wire_transfer.c | 7 |
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 39425170..c5f63a07 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" |