aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-12 13:31:15 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-12 13:31:15 +0200
commit35b4a51e14dc08e1aa6a00d8edca5eda75c3e3de (patch)
treedc5a725d4fbe95765c2d61761714cbfd2a395d55 /src/include/taler_exchangedb_plugin.h
parent93eb88a8c9cb520808bb39c9f4bc527c9f01fc57 (diff)
downloadexchange-35b4a51e14dc08e1aa6a00d8edca5eda75c3e3de.tar.xz
combine auto-commited transactions in refresh/reveal into one big transaction
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h4
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;
/**