Wirewatch.

Avoid using negative deltas.
This commit is contained in:
Marcello Stanisci 2019-03-22 19:13:15 +01:00
parent 9914a9b301
commit b3ca323399
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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)