fix assertion

This commit is contained in:
Christian Grothoff 2020-01-18 18:17:38 +01:00
parent ee6b2d5286
commit d58af13887
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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! */