diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-19 13:43:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-19 13:43:33 +0100 |
commit | 62444504f78976137569d635b34fdbedeb6ccc5c (patch) | |
tree | 14822f2fc862c42553bdf9eb78d93704b89a7bb9 /src/exchangedb/test_exchangedb.c | |
parent | 527d9036785a6d0482a9026b13262f2b8401db8e (diff) |
denormalize reserve_pub in reserve tables to enable sharding
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index 65689d872..6d334d3c8 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -1674,7 +1674,6 @@ run (void *cls) bool found; bool balance_ok; struct TALER_EXCHANGEDB_KycStatus kyc; - uint64_t ruuid; FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != plugin->do_withdraw (plugin->cls, @@ -1682,8 +1681,7 @@ run (void *cls) now, &found, &balance_ok, - &kyc, - &ruuid)); + &kyc)); GNUNET_assert (found); GNUNET_assert (balance_ok); GNUNET_assert (! kyc.ok); |