summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-03-03 23:52:16 +0100
committerChristian Grothoff <christian@grothoff.org>2022-03-03 23:52:21 +0100
commit3646a7cc3d14bd327327aac9183f5491195d2060 (patch)
tree2fbe0ef486a0db300d6158f72f9d8e4d3fc6e675 /core/api-common.rst
parenta6cc2dbfc800f0bc3298969cd119ad4027b3009b (diff)
downloaddocs-3646a7cc3d14bd327327aac9183f5491195d2060.tar.gz
docs-3646a7cc3d14bd327327aac9183f5491195d2060.tar.bz2
docs-3646a7cc3d14bd327327aac9183f5491195d2060.zip
use 32 byte hash for hpayto, use that for joins on queries to better align queries with partitions
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 4aa609f5..23907217 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -610,7 +610,7 @@ uses 512-bit hash codes (64 bytes).
.. sourcecode:: c
struct TALER_PaytoHash {
- struct GNUNET_HashCode hash;
+ struct GNUNET_ShortHashCode hash;
};
.. sourcecode:: c