From 77f11bcfac8065816e8df06944acd91cd80b6ea9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Sep 2016 15:08:00 +0200 Subject: include execution time in signed message for /track/transfer (#4578) --- src/include/taler_signatures.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index a4d599cd7..c294c73af 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -959,6 +959,11 @@ struct TALER_WireDepositDetailP */ struct GNUNET_HashCode h_contract; + /** + * Time when the wire transfer was performed by the exchange. + */ + struct GNUNET_TIME_AbsoluteNBO execution_time; + /** * Merchant's transaction ID in NBO. */ -- cgit v1.2.3