From 71ae493c7a7601b418de4f5c83159d46abf677b8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Aug 2019 22:49:35 +0200 Subject: refactor wire auditor to properly handle multiple accounts --- src/auditor/auditor.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/auditor/auditor.conf') 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 -- cgit v1.2.3