diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-28 21:02:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-28 22:41:24 +0100 |
commit | ee79f312754304d15704e122970223f28759fceb (patch) | |
tree | f23321a121fb6fa910688e3e794f942a9d4cc5ab /src/exchangedb/irbt_callbacks.c | |
parent | 0efc7fd524c91c5e2b99088befe28f6dcdf14d59 (diff) |
-work on test_sync.sh, incomplete
Diffstat (limited to 'src/exchangedb/irbt_callbacks.c')
-rw-r--r-- | src/exchangedb/irbt_callbacks.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchangedb/irbt_callbacks.c b/src/exchangedb/irbt_callbacks.c index 3673c7be1..821ebac86 100644 --- a/src/exchangedb/irbt_callbacks.c +++ b/src/exchangedb/irbt_callbacks.c @@ -39,6 +39,10 @@ irbt_cb_table_denominations (struct PostgresClosure *pg, struct GNUNET_PQ_QueryParam params[] = { GNUNET_PQ_query_param_uint64 (&td->serial), GNUNET_PQ_query_param_auto_from_type (&denom_hash), + GNUNET_PQ_query_param_uint32 ( + &td->details.denominations.denom_type), + GNUNET_PQ_query_param_uint32 ( + &td->details.denominations.age_mask), TALER_PQ_query_param_denom_pub ( &td->details.denominations.denom_pub), GNUNET_PQ_query_param_auto_from_type ( |