diff options
| author | Christian Grothoff <christian@grothoff.org> | 2016-09-26 15:08:00 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2016-09-26 15:08:00 +0200 |
| commit | 77f11bcfac8065816e8df06944acd91cd80b6ea9 (patch) | |
| tree | 32a47c6e01bf6abc98d35343c80ae8c909ad614e /src/include | |
| parent | df8c011b95cfaaf3040350f7b416c12f3771eb60 (diff) | |
include execution time in signed message for /track/transfer (#4578)
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_signatures.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index a4d599cd..c294c73a 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -960,6 +960,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. */ uint64_t transaction_id GNUNET_PACKED; |
