diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-18 20:10:35 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-18 20:10:35 +0100 |
commit | 3d431e8d333acdd4f7b54bc7a71508a7f0f885ce (patch) | |
tree | 60cc6004ad4bb3c089952f7cc87512114be318e2 /src/lib/testing_api_cmd_bank_admin_add_incoming.c | |
parent | 34e6425f9d01dd60ee014097f938c6fb65d9a35b (diff) |
doxygen fixes
Diffstat (limited to 'src/lib/testing_api_cmd_bank_admin_add_incoming.c')
-rw-r--r-- | src/lib/testing_api_cmd_bank_admin_add_incoming.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/testing_api_cmd_bank_admin_add_incoming.c b/src/lib/testing_api_cmd_bank_admin_add_incoming.c index d351081a..ac92efb7 100644 --- a/src/lib/testing_api_cmd_bank_admin_add_incoming.c +++ b/src/lib/testing_api_cmd_bank_admin_add_incoming.c @@ -425,7 +425,6 @@ admin_add_incoming_traits (void *cls, * Create internal state for "/admin/add-incoming" CMD. * * @param amount the amount to transfer. - * @param account_bank_url base URL of the exchange account receiving the money * @param payto_debit_account which account sends money * @param auth authentication data * @return the internal state @@ -510,7 +509,6 @@ TALER_TESTING_cmd_admin_add_incoming (const char *label, * * @param label command label. * @param amount the amount to transfer. - * @param account_bank_url base URL of the exchange account receiving the money * @param payto_debit_account which account sends money * @param auth authentication data * @param ref reference to a command that can offer a reserve |