aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_common.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-29 21:26:58 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-29 21:26:58 +0200
commitecf6b2750bb6ed9157aece72602dd042a50e36f3 (patch)
treef4436d80f00a07ac8e7193ee6e33c70d1b3a8424 /src/pq/pq_common.h
parent28d80d3b38531eddfd37b2a8bcff9f209cf522ac (diff)
downloadexchange-ecf6b2750bb6ed9157aece72602dd042a50e36f3.tar.xz
[pq] added array support for taler_amount composite type
API added: - TALER_PQ_query_param_array_amount - TALER_PQ_result_spec_array_amount
Diffstat (limited to 'src/pq/pq_common.h')
-rw-r--r--src/pq/pq_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_common.h b/src/pq/pq_common.h
index 79c9d83ca..26137f422 100644
--- a/src/pq/pq_common.h
+++ b/src/pq/pq_common.h
@@ -43,7 +43,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,
- /* TODO[oec]: Next up: TALER_PQ_array_of_amount, */
+ TALER_PQ_array_of_amount,
TALER_PQ_array_of_MAX, /* must be last */
};