diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-21 17:39:11 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-21 17:45:08 +0200 |
commit | dc6d8b08ec4a58f5d0cf88517559afc7d7305d68 (patch) | |
tree | 08bc211bbbc47a9bcc77f577874fdce07c00be99 /src/exchangedb/test_exchangedb.c | |
parent | ca32c9ce98ddfda91935c7b5bcc8bfb604ff7868 (diff) |
fix auditordb test and nested transaction use by auditors
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index cb78d0544..4868e1501 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -1739,6 +1739,7 @@ run (void *cls) struct TALER_DenominationHashP h_denom_pub; qs = plugin->get_coin_transactions (plugin->cls, + true, &refresh.coin.coin_pub, 0, 0, @@ -2004,6 +2005,7 @@ run (void *cls) struct TALER_DenominationHashP h_denom_pub; qs = plugin->get_coin_transactions (plugin->cls, + true, &refund.coin.coin_pub, 0, 0, |