summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-03 21:30:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-03 21:30:14 +0200
commit1c1d28d3f5746fac496b517d0b3b78ca1726f01f (patch)
treefb449f75455b24b37fcb2f41ea0b343c6a1a03d1 /src/include/taler_exchangedb_plugin.h
parent5149af93147c54055d99af688993de3fb4c36ddf (diff)
downloadexchange-1c1d28d3f5746fac496b517d0b3b78ca1726f01f.tar.gz
exchange-1c1d28d3f5746fac496b517d0b3b78ca1726f01f.tar.bz2
exchange-1c1d28d3f5746fac496b517d0b3b78ca1726f01f.zip
first draft for an aggregator benchmark, plus fixing inclusive/exclusive sharding range issues
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 2faf331d5..7d6508fc5 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -974,7 +974,7 @@ struct TALER_EXCHANGEDB_Deposit
struct TALER_MerchantPublicKeyP merchant_pub;
/**
- * Hash over the proposa data between merchant and customer
+ * Hash over the proposal data between merchant and customer
* (remains unknown to the Exchange).
*/
struct GNUNET_HashCode h_contract_terms;
@@ -3760,7 +3760,7 @@ struct TALER_EXCHANGEDB_Plugin
* @param shard_size desired shard size
* @param shard_limit exclusive end of the shard range
* @param[out] start_row inclusive start row of the shard (returned)
- * @param[out] end_row exclusive end row of the shard (returned)
+ * @param[out] end_row inclusive end row of the shard (returned)
* @return transaction status code
*/
enum GNUNET_DB_QueryStatus
@@ -3779,7 +3779,7 @@ struct TALER_EXCHANGEDB_Plugin
* @param cls the @e cls of this struct with the plugin-specific state
* @param job_name name of the operation to grab a word shard for
* @param start_row inclusive start row of the shard
- * @param end_row exclusive end row of the shard
+ * @param end_row inclusive end row of the shard
* @return transaction status code
*/
enum GNUNET_DB_QueryStatus