sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit fa3620109744c01c7469470fc8678c8ac7d367a3
parent df632b10e8d03e54e0c884e606d8ece5b9d28aeb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 18 Mar 2026 09:32:31 +0100

include TINY_AMOUNT inconfig as required

Diffstat:
Msrc/testing/test_sync_api.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf @@ -65,6 +65,7 @@ BASE_URL = http://the.auditor/ [exchange] CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 +TINY_AMOUNT = EUR:0.01 AML_THRESHOLD = EUR:1000000 DB = postgres PORT = 8081