aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-24 17:33:29 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-24 17:33:29 +0100
commitb856d56d95f92eb9dedb0af49493350ea8ea2268 (patch)
tree3490ebf1e069fbe858a3f6cf97b18da8289840ae /src/exchangedb/test_exchangedb.c
parentc782dfe2aadfd06e47ed354c1fb389fecc715433 (diff)
downloadexchange-b856d56d95f92eb9dedb0af49493350ea8ea2268.tar.xz
rework deposits sharding, towards making aggregator faster (not necessarily done)
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r--src/exchangedb/test_exchangedb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index 012cac645..79b09e0e1 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -2284,7 +2284,7 @@ run (void *cls)
"test-2"));
FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=
plugin->mark_deposit_tiny (plugin->cls,
- &deposit.merchant_pub,
+ &deposit.coin.coin_pub,
deposit_rowid));
FAILIF (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS !=
plugin->get_ready_deposit (plugin->cls,
@@ -2306,7 +2306,7 @@ run (void *cls)
"test-3"));
FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=
plugin->mark_deposit_done (plugin->cls,
- &deposit.merchant_pub,
+ &deposit.coin.coin_pub,
deposit_rowid));
FAILIF (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS !=
plugin->commit (plugin->cls));