From 306a08a71c0f1e8e3e549fbb72c0eecdb3ec9a70 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Jul 2021 13:02:04 +0200 Subject: -rename TALER_amount_get_zero to TALER_amount_set_zero --- src/exchange/taler-exchange-aggregator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-aggregator.c') diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index 631599c41..786183ade 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -398,7 +398,7 @@ deposit_cb (void *cls, (unsigned long long) row_id, TALER_amount2s (amount_with_fee)); GNUNET_assert (GNUNET_OK == - TALER_amount_get_zero (au->total_amount.currency, + TALER_amount_set_zero (au->total_amount.currency, &au->total_amount)); } else @@ -576,7 +576,7 @@ aggregate_cb (void *cls, (unsigned long long) row_id, TALER_amount2s (&au->total_amount)); GNUNET_assert (GNUNET_OK == - TALER_amount_get_zero (old.currency, + TALER_amount_set_zero (old.currency, &au->total_amount)); } else -- cgit v1.2.3