diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-08-24 22:49:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-08-24 22:49:35 +0200 |
commit | 71ae493c7a7601b418de4f5c83159d46abf677b8 (patch) | |
tree | 30f4438e383326d36178ed62124ca2dac1e483fd /src/auditor/auditor.conf | |
parent | b5dd2bcdbb25cd6af1897b652c05d782a64dac5f (diff) |
refactor wire auditor to properly handle multiple accounts
Diffstat (limited to 'src/auditor/auditor.conf')
-rw-r--r-- | src/auditor/auditor.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf index c3b9a00c6..a099f9b72 100644 --- a/src/auditor/auditor.conf +++ b/src/auditor/auditor.conf @@ -4,6 +4,10 @@ # Which database backend do we use for the auditor? DB = postgres +# Option specifying which amount is considered 'tiny' +# and thus doesn't need to be wire-transferred. +#TINY_AMOUNT = KUDOS:0.01 + # Where do we store the auditor's private key? AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv |