diff options
author | MS <ms@taler.net> | 2020-10-15 16:20:25 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-15 16:20:25 +0200 |
commit | 01126ed1389937fe6f4d2fe7c0a4ca27026bb57c (patch) | |
tree | fbbec3811f6e7b103df8fc684520de53d1e68ef7 /src/lib/merchant_api_post_transfers.c | |
parent | da11b4b50f32adb12200fa69cbfa3ddcc072a357 (diff) |
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_post_transfers.c')
-rw-r--r-- | src/lib/merchant_api_post_transfers.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lib/merchant_api_post_transfers.c b/src/lib/merchant_api_post_transfers.c index ae288a8e..5d35f6e8 100644 --- a/src/lib/merchant_api_post_transfers.c +++ b/src/lib/merchant_api_post_transfers.c @@ -227,21 +227,6 @@ handle_post_transfers_finished (void *cls, } -/** - * Request backend to remember that we received the given - * wire transfer and to request details about the aggregated - * transactions from the exchange. - * - * @param ctx execution context - * @param backend_url base URL of the backend - * @param credit_amount how much money did we receive (without wire fee) - * @param wtid base32 string indicating a wtid - * @param payto_uri which account was credited by the wire transfer - * @param exchange_url what is the URL of the exchange that made the transfer - * @param cb the callback to call when a reply for this request is available - * @param cb_cls closure for @a cb - * @return a handle for this request - */ struct TALER_MERCHANT_PostTransfersHandle * TALER_MERCHANT_transfers_post ( struct GNUNET_CURL_Context *ctx, |