summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchangedb.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-17 22:13:15 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-17 22:13:15 +0100
commit59a5b1ceb8fac923eab7461115f492cafd2d0152 (patch)
treef8844707f86c3a12a8a557a3c4deca6c59d0e008 /src/exchangedb/exchangedb.conf
parent3a470a26c32e7dea8f82675b3e77d93d4634e843 (diff)
downloadexchange-59a5b1ceb8fac923eab7461115f492cafd2d0152.tar.gz
exchange-59a5b1ceb8fac923eab7461115f492cafd2d0152.tar.bz2
exchange-59a5b1ceb8fac923eab7461115f492cafd2d0152.zip
a first, untested stab at #6123, committing intermediate result that passes (existing) tests
Diffstat (limited to 'src/exchangedb/exchangedb.conf')
-rw-r--r--src/exchangedb/exchangedb.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb.conf b/src/exchangedb/exchangedb.conf
index 77748bf5a..6853b8d18 100644
--- a/src/exchangedb/exchangedb.conf
+++ b/src/exchangedb/exchangedb.conf
@@ -26,3 +26,11 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
# After how long do we forget about reserves? Should be above
# the legal expiration timeframe of withdrawn coins.
LEGAL_RESERVE_EXPIRATION_TIME = 7 years
+
+
+# How long should generated coins overlap in their validity
+# periods. Should be long enough to avoid problems with
+# wallets picking one key and then due to network latency
+# another key being valid. The DURATION_WITHDRAW period
+# must be longer than this value.
+DURATION_OVERLAP = 5 minutes \ No newline at end of file