summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-10 18:06:18 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-10 18:06:18 +0100
commitaf97a44ae6cdd3c9ee1e15fc88081dcd6890a03d (patch)
tree9eda8d79afbb02a1761d7cb85acf6ee8b7a2c8a9 /src/include
parentf70c53d2d60ddc3627d2f58ad0e5a3f69b9f3dd7 (diff)
downloadexchange-af97a44ae6cdd3c9ee1e15fc88081dcd6890a03d.tar.gz
exchange-af97a44ae6cdd3c9ee1e15fc88081dcd6890a03d.tar.bz2
exchange-af97a44ae6cdd3c9ee1e15fc88081dcd6890a03d.zip
complete select_serial_by_* SELECT statements
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index cecbf8dfc..a245ec661 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -173,8 +173,8 @@ struct TALER_EXCHANGEDB_TableData
struct
{
- struct GNUNET_HashCode denom_pub_hash;
struct TALER_MasterSignatureP master_sig;
+ uint64_t denominations_serial;
} denomination_revocations;
struct