summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index 3c35e00cf..ac2d96a0b 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -646,9 +646,7 @@ find_transfers (void *cls)
TALER_BANK_DIRECTION_CREDIT,
last_row_off,
last_row_off_size,
- NULL != last_row_off
- ? (int64_t) batch_size
- : (-1) * (int64_t) batch_size,
+ batch_size,
&history_cb,
session);
if (NULL == hh)