anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 286562c7fbea74d3d62c65973ae726d9aa4bff05
parent 2cba27fe78638b313622c89227074679e978b465
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 16 Mar 2026 01:05:45 +0100

TINY_AMOUNT is now required

Diffstat:
Msrc/cli/test_reducer.conf | 1+
Msrc/testing/test_anastasis_api.conf | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf @@ -25,6 +25,7 @@ COST = TESTKUDOS:0.0 [exchange] CURRENCY = TESTKUDOS CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 +TINY_AMOUNT = TESTKUDOS:0.01 MASTER_PUBLIC_KEY = 3NX5DJDBD8XVGZYHV3PBF8C3Z4GK48XD59YY5GF3CZE8AJM04WSG AML_THRESHOLD = TESTKUDOS:1000000 MAX_KEYS_CACHING = forever diff --git a/src/testing/test_anastasis_api.conf b/src/testing/test_anastasis_api.conf @@ -83,10 +83,12 @@ CURRENCY = EUR [auditor] PORT = 8083 BASE_URL = "http://localhost:8083/" +TINY_AMOUNT = EUR:0.01 [exchange] CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 +TINY_AMOUNT = EUR:0.01 DB = postgres PORT = 8081 SIGNKEY_LEGAL_DURATION = 2 years