summaryrefslogtreecommitdiff
path: root/src/bank-lib/testing_api_cmd_history.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-04-09 18:12:11 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-04-10 17:07:14 +0200
commit814522d21c320d823ccb8b8dda1acbb7ae5538a9 (patch)
tree8160598a68eee664020000d2a71eb7094db70693 /src/bank-lib/testing_api_cmd_history.c
parent75ac6b80634be292f7b681a7b20a1faedd32b48f (diff)
downloadexchange-814522d21c320d823ccb8b8dda1acbb7ae5538a9.tar.gz
exchange-814522d21c320d823ccb8b8dda1acbb7ae5538a9.tar.bz2
exchange-814522d21c320d823ccb8b8dda1acbb7ae5538a9.zip
Time math macros.
Diffstat (limited to 'src/bank-lib/testing_api_cmd_history.c')
-rw-r--r--src/bank-lib/testing_api_cmd_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/testing_api_cmd_history.c b/src/bank-lib/testing_api_cmd_history.c
index 3643c5917..a50fd9bab 100644
--- a/src/bank-lib/testing_api_cmd_history.c
+++ b/src/bank-lib/testing_api_cmd_history.c
@@ -1150,7 +1150,7 @@ TALER_TESTING_cmd_bank_history_range_with_dates
hs->direction = direction;
hs->ascending = ascending;
hs->start_date = start_date;
- hs->end_date = start_date;
+ hs->end_date = end_date;
struct TALER_TESTING_Command cmd = {
.label = label,