summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-19 13:11:26 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-19 13:11:26 +0200
commit2f7f82536d53cf015f46782c1a81280849fef935 (patch)
treeb7736dbcaccfda35c52a894c56447b61b31a3084 /src/exchangedb/test_exchangedb.c
parent2afcc8c70202c10b71f98c9e4b9766ae08656459 (diff)
downloadexchange-2f7f82536d53cf015f46782c1a81280849fef935.tar.gz
exchange-2f7f82536d53cf015f46782c1a81280849fef935.tar.bz2
exchange-2f7f82536d53cf015f46782c1a81280849fef935.zip
work on reserve history API
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r--src/exchangedb/test_exchangedb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index f2df1f382..50ce1e045 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -1863,10 +1863,13 @@ run (void *cls)
/* check reserve history */
{
struct TALER_Amount balance;
+ uint64_t etag_out;
qs = plugin->get_reserve_history (plugin->cls,
&reserve_pub,
0,
+ 0,
+ &etag_out,
&balance,
&rh);
}