diff options
Diffstat (limited to 'src/exchange-tools/taler-exchange-keyup.c')
-rw-r--r-- | src/exchange-tools/taler-exchange-keyup.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c index 29ccd449e..f14e28b3c 100644 --- a/src/exchange-tools/taler-exchange-keyup.c +++ b/src/exchange-tools/taler-exchange-keyup.c @@ -922,9 +922,8 @@ create_wire_fee_for_method (void *cls, if (GNUNET_OK != *ret) return; - last_date = GNUNET_TIME_absolute_max (last_date, - GNUNET_TIME_absolute_add (lookahead_sign_stamp, - max_duration_spend)); + last_date = GNUNET_TIME_absolute_add (lookahead_sign_stamp, + max_duration_spend); GNUNET_asprintf (§ion, "exchange-wire-%s", wiremethod); |