From a4813d1864a6cc00f829b35849c3cc5f78d75764 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 6 Jun 2019 20:52:32 +0200 Subject: fixing #5754 (make copy, as original may disappear) --- src/lib/exchange_api_deposit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/exchange_api_deposit.c') diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c index 06cb0d143..865e9b0c4 100644 --- a/src/lib/exchange_api_deposit.c +++ b/src/lib/exchange_api_deposit.c @@ -514,9 +514,9 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange, denom_pub); GNUNET_assert (NULL != dki); GNUNET_assert (GNUNET_SYSERR != - TALER_amount_subtract (&amount_without_fee, - amount, - &dki->fee_deposit)); + TALER_amount_subtract (&amount_without_fee, + amount, + &dki->fee_deposit)); GNUNET_CRYPTO_rsa_public_key_hash (denom_pub->rsa_public_key, &denom_pub_hash); if (GNUNET_OK != -- cgit v1.2.3