diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-11 13:14:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-11 13:14:59 +0200 |
commit | edc6d380824a2076f7f095a71b8cb5d53f32f6ce (patch) | |
tree | d97869d3b3c571c7f57f7e4f7a0194facc70a052 /src/include/taler_signatures.h | |
parent | babeff1968b4076fa2f570af8c994727dd8fa09f (diff) |
use execution time for transactions, but expiration time for reserve summary (fixes #3809)
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 6 |
1 files changed, 6 insertions, 0 deletions
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) */ /*********************************************/ |