From 142f6edaffcc67aef11bbb407665d7fba2bd7490 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 May 2020 11:14:44 +0200 Subject: use unregister --- src/include/taler_bank_service.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/taler_bank_service.h') diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h index 0212e61f1..c5d0e5cac 100644 --- a/src/include/taler_bank_service.h +++ b/src/include/taler_bank_service.h @@ -384,16 +384,16 @@ struct TALER_BANK_DebitDetails const char *exchange_base_url; /** - * payto://-URL of the source account that + * payto://-URI of the source account that * send the funds. */ - const char *debit_account_url; + const char *debit_account_url; // FIXME: rename: url->uri /** - * payto://-URL of the target account that + * payto://-URI of the target account that * received the funds. */ - const char *credit_account_url; + const char *credit_account_url; // FIXME: rename: url->uri }; -- cgit v1.2.3