diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-12 13:31:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-12 13:31:15 +0200 |
commit | 35b4a51e14dc08e1aa6a00d8edca5eda75c3e3de (patch) | |
tree | dc5a725d4fbe95765c2d61761714cbfd2a395d55 /src/include | |
parent | 93eb88a8c9cb520808bb39c9f4bc527c9f01fc57 (diff) |
combine auto-commited transactions in refresh/reveal into one big transaction
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index f95ba75a4..52e684f62 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -635,8 +635,8 @@ struct TALER_EXCHANGEDB_Reserve struct TALER_EXCHANGEDB_DenominationKeyMetaData { /** - * Start time of the validity period for this key. - */ + * Start time of the validity period for this key. + */ struct GNUNET_TIME_Timestamp start; /** |