aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_common.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-11-28 15:38:07 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-11-28 15:38:07 +0100
commitd15fd5add80707b30b874ecb207e2dcad29692cc (patch)
tree5408975ce554b801cebb471670b113bda40c1481 /src/pq/pq_common.h
parentfd2f18d4fbf8b84eb9444972b1660bb7712d192e (diff)
downloadexchange-d15fd5add80707b30b874ecb207e2dcad29692cc.tar.xz
[pq] add support for array of struct GNUNET_HashCode
Diffstat (limited to 'src/pq/pq_common.h')
-rw-r--r--src/pq/pq_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq/pq_common.h b/src/pq/pq_common.h
index 6172c0bfb..735528ae1 100644
--- a/src/pq/pq_common.h
+++ b/src/pq/pq_common.h
@@ -44,6 +44,7 @@ enum TALER_PQ_ArrayType
TALER_PQ_array_of_blinded_denom_sig,
TALER_PQ_array_of_blinded_coin_hash,
TALER_PQ_array_of_denom_hash,
+ TALER_PQ_array_of_hash_code,
/**
* Amounts *without* currency.
*/