summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-aggregator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-23 14:38:02 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-23 14:38:02 +0200
commita8076ec01ef964336bc8bcb6980ccbee2a4fa792 (patch)
tree4c7db23487917542678bbe937cb2e3b6e1f65748 /src/exchange/taler-exchange-aggregator.c
parentf9774ded37946ec5147fb1a1fa6d4897fda8ed9d (diff)
downloadexchange-a8076ec01ef964336bc8bcb6980ccbee2a4fa792.tar.gz
exchange-a8076ec01ef964336bc8bcb6980ccbee2a4fa792.tar.bz2
exchange-a8076ec01ef964336bc8bcb6980ccbee2a4fa792.zip
-actually, can be zero on refund...
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r--src/exchange/taler-exchange-aggregator.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index d326b0e8e..dce6b2df4 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -622,9 +622,6 @@ do_aggregate (struct AggregationUnit *au)
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Aggregation total is %s.\n",
TALER_amount2s (&au->total_amount));
- /* Deposit was 'ready', so clearly the total
- aggregated must be non-zero. */
- GNUNET_assert (! TALER_amount_is_zero (&au->total_amount));
/* Subtract wire transfer fee and round to the unit supported by the
wire transfer method; Check if after rounding down, we still have
an amount to transfer, and if not mark as 'tiny'. */