fix assertion
This commit is contained in:
parent
ee6b2d5286
commit
d58af13887
@ -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,
|
||||
¤cy_round_unit));
|
||||
|
||||
/* Calculate the exchange's gain as the fees plus rounding differences! */
|
||||
|
Loading…
Reference in New Issue
Block a user