summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_insert_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 20:27:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 20:27:17 +0100
commitfad5a2268017c647d2b86b75ba28115345a550c4 (patch)
tree733a6138d86852f0921725ebf499864cdf7e01bf /src/lib/testing_api_cmd_insert_deposit.c
parenta064ca705efe56ded01bc59cf575f17792a4b452 (diff)
downloadexchange-fad5a2268017c647d2b86b75ba28115345a550c4.tar.gz
exchange-fad5a2268017c647d2b86b75ba28115345a550c4.tar.bz2
exchange-fad5a2268017c647d2b86b75ba28115345a550c4.zip
fix FIXME: clarify field semantics
Diffstat (limited to 'src/lib/testing_api_cmd_insert_deposit.c')
-rw-r--r--src/lib/testing_api_cmd_insert_deposit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/testing_api_cmd_insert_deposit.c b/src/lib/testing_api_cmd_insert_deposit.c
index e52ce6ee2..7f8135b4a 100644
--- a/src/lib/testing_api_cmd_insert_deposit.c
+++ b/src/lib/testing_api_cmd_insert_deposit.c
@@ -16,7 +16,6 @@
License along with TALER; see the file COPYING. If not,
see <http://www.gnu.org/licenses/>
*/
-
/**
* @file auditor-lib/testing_api_cmd_insert_deposit.c
* @brief deposit a coin directly into the database.
@@ -49,7 +48,7 @@ struct InsertDepositState
const char *merchant_name;
/**
- * Merchant bank account (FIXME: payto, non-payto?)
+ * Merchant account name (NOT a payto-URI).
*/
const char *merchant_account;
@@ -272,7 +271,7 @@ insert_deposit_traits (void *cls,
* @param label command label.
* @param dbc collects database plugin and session handles.
* @param merchant_name Human-readable name of the merchant.
- * @param merchant_account value indicating the merchant at its bank.
+ * @param merchant_account merchant's account name (NOT a payto:// URI)
* @param wire_deadline point in time where the aggregator should have
* wired money to the merchant.
* @param amount_with_fee amount to deposit (inclusive of deposit fee)