From edc6d380824a2076f7f095a71b8cb5d53f32f6ce Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 Jun 2015 13:14:59 +0200 Subject: use execution time for transactions, but expiration time for reserve summary (fixes #3809) --- src/include/taler_signatures.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index f1d271955..70fc1c0ad 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -40,6 +40,12 @@ */ #define TALER_CNC_KAPPA 3 +/** + * After what time do idle reserves "expire"? We might want to make + * this a configuration option (eventually). + */ +#define TALER_IDLE_RESERVE_EXPIRATION_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_YEARS, 5) + /*********************************************/ /* Mint offline signatures (with master key) */ /*********************************************/ -- cgit v1.2.3