From 4199e4438d2dac9b18e1e922dec72723bc6d7c04 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 May 2022 23:21:27 +0200 Subject: rename function that is for the merchant signature to have merchant in the name --- src/lib/exchange_api_deposits_get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_deposits_get.c') diff --git a/src/lib/exchange_api_deposits_get.c b/src/lib/exchange_api_deposits_get.c index 6a212de35..f7219f12e 100644 --- a/src/lib/exchange_api_deposits_get.c +++ b/src/lib/exchange_api_deposits_get.c @@ -320,7 +320,7 @@ TALER_EXCHANGE_deposits_get ( } GNUNET_CRYPTO_eddsa_key_get_public (&merchant_priv->eddsa_priv, &merchant.eddsa_pub); - TALER_exchange_deposit_sign (h_contract_terms, + TALER_merchant_deposit_sign (h_contract_terms, h_wire, coin_pub, &merchant, -- cgit v1.2.3