diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-07 23:21:27 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-07 23:21:27 +0200 |
commit | 4199e4438d2dac9b18e1e922dec72723bc6d7c04 (patch) | |
tree | a942078e0592dacce5d8aba097a83bfd2437de8d /src/lib | |
parent | 8c9d5d61353c75aa908b27e5edccc3e6bafdc54e (diff) |
rename function that is for the merchant signature to have merchant in the name
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_deposits_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |