From 1009084e94b8e8cf19e3b5568c3cccaba2bd2209 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 Aug 2022 23:35:33 +0200 Subject: major rework of the KYC logic, making it more configurable, not complete, but tests pass again --- src/include/taler_util.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/include/taler_util.h') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index afc8ebada..079f72ed6 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -361,19 +361,6 @@ char * TALER_payto_get_method (const char *payto_uri); -/** - * Construct a payto://-URI from a Taler @a reserve_pub at - * @a exchange_base_url - * - * @param exchange_base_url the URL of the exchange - * @param reserve_pub public key of the reserve - * @return payto:// URI encoding the reserve's address - */ -char * -TALER_payto_from_reserve (const char *exchange_base_url, - const struct TALER_ReservePublicKeyP *reserve_pub); - - /** * Obtain the account name from a payto URL. * -- cgit v1.2.3