summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r--src/auditor/taler-auditor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index cc526ec85..fb44e87e3 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -2894,7 +2894,8 @@ check_wire_out_cb
GNUNET_free (method);
/* Round down to amount supported by wire method */
- GNUNET_break (TALER_amount_round_down (&final_amount,
+ GNUNET_break (GNUNET_SYSERR !=
+ TALER_amount_round_down (&final_amount,
&currency_round_unit));
/* Calculate the exchange's gain as the fees plus rounding differences! */