From fc8bdb9b978334d52b80c318f9326394f855de2d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 17:03:19 +0100 Subject: consistently use payto URI instead of URL --- src/include/taler_exchange_service.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 1c29e15c1..09eca8ed4 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -628,9 +628,9 @@ struct TALER_EXCHANGE_WireAggregateFees struct TALER_EXCHANGE_WireAccount { /** - * payto://-URL of the exchange. + * payto://-URI of the exchange. */ - const char *url; + const char *payto_uri; /** * Signature of the exchange over the account (was checked by the API). @@ -639,7 +639,7 @@ struct TALER_EXCHANGE_WireAccount /** * Linked list of wire fees the exchange charges for - * accounts of the wire method matching @e url. + * accounts of the wire method matching @e payto_uri. */ const struct TALER_EXCHANGE_WireAggregateFees *fees; -- cgit v1.2.3