From dc23f290eed04f22545e3146ab6a2fd56b02738f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 Jun 2015 13:38:47 +0200 Subject: fixing #3817 --- src/include/taler_mintdb_plugin.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/include/taler_mintdb_plugin.h') 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 @@ -42,6 +42,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. */ @@ -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); /** -- cgit v1.2.3