summaryrefslogtreecommitdiff
path: root/src/include/taler_mintdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-11 13:38:47 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-11 13:38:47 +0200
commitdc23f290eed04f22545e3146ab6a2fd56b02738f (patch)
treed6af1e021d72a304353ad9e622c854ffba36a251 /src/include/taler_mintdb_plugin.h
parentedc6d380824a2076f7f095a71b8cb5d53f32f6ce (diff)
downloadexchange-dc23f290eed04f22545e3146ab6a2fd56b02738f.tar.gz
exchange-dc23f290eed04f22545e3146ab6a2fd56b02738f.tar.bz2
exchange-dc23f290eed04f22545e3146ab6a2fd56b02738f.zip
fixing #3817
Diffstat (limited to 'src/include/taler_mintdb_plugin.h')
-rw-r--r--src/include/taler_mintdb_plugin.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h
index 2d1671335..f5e61a7c3 100644
--- a/src/include/taler_mintdb_plugin.h
+++ b/src/include/taler_mintdb_plugin.h
@@ -43,6 +43,13 @@ struct TALER_MINTDB_BankTransfer
struct TALER_Amount amount;
/**
+ * When did the mint receive the incoming transaction?
+ * (This is the execution date of the mint's database,
+ * the execution date of the bank should be in @e wire).
+ */
+ struct GNUNET_TIME_Absolute execution_date;
+
+ /**
* Detailed wire information about the transaction.
*/
json_t *wire;
@@ -724,7 +731,7 @@ struct TALER_MINTDB_Plugin
struct TALER_MINTDB_Session *db,
const struct TALER_ReservePublicKeyP *reserve_pub,
const struct TALER_Amount *balance,
- const char *details);
+ const json_t *details);
/**