diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-10 18:06:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-10 18:06:18 +0100 |
commit | af97a44ae6cdd3c9ee1e15fc88081dcd6890a03d (patch) | |
tree | 9eda8d79afbb02a1761d7cb85acf6ee8b7a2c8a9 /src/exchangedb/lrbt_callbacks.c | |
parent | f70c53d2d60ddc3627d2f58ad0e5a3f69b9f3dd7 (diff) |
complete select_serial_by_* SELECT statements
Diffstat (limited to 'src/exchangedb/lrbt_callbacks.c')
-rw-r--r-- | src/exchangedb/lrbt_callbacks.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchangedb/lrbt_callbacks.c b/src/exchangedb/lrbt_callbacks.c index c840b1bd1..1dfa42414 100644 --- a/src/exchangedb/lrbt_callbacks.c +++ b/src/exchangedb/lrbt_callbacks.c @@ -114,9 +114,9 @@ lrbt_cb_table_denomination_revocations (void *cls, struct GNUNET_PQ_ResultSpec rs[] = { GNUNET_PQ_result_spec_uint64 ("serial", &td.serial), - GNUNET_PQ_result_spec_auto_from_type ( - "denom_pub_hash", - &td.details.denomination_revocations.denom_pub_hash), + GNUNET_PQ_result_spec_uint64 ( + "denominations_serial", + &td.details.denomination_revocations.denominations_serial), GNUNET_PQ_result_spec_auto_from_type ( "master_sig", &td.details.denomination_revocations.master_sig), |