From d2b85341c4ec431fbd7ebbc8b2bc42edc9c40d8e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Sep 2019 03:45:18 +0200 Subject: auditor needs serial IDs in coin history --- src/include/taler_exchangedb_plugin.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 88cb2a402..11404959d 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -654,6 +654,11 @@ struct TALER_EXCHANGEDB_TransactionList */ enum TALER_EXCHANGEDB_TransactionType type; + /** + * Serial ID of this entry in the database. + */ + uint64_t serial_id; + /** * Details about the transaction, depending on @e type. */ -- cgit v1.2.3