merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 261f69cb6cd54df03adcc374993c1799c224b4ca
parent a8f86e6f8b2340605cf8aabb239a43e95044ad36
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Feb 2026 19:40:03 +0100

needs DEFAULT_ prefix

Diffstat:
Msrc/backend/merchant.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf @@ -54,7 +54,7 @@ DB = postgres # How long do we want the exchange to sit on wire transfers # for aggregation? -WIRE_TRANSFER_DELAY = 3 week +DEFAULT_WIRE_TRANSFER_DELAY = 1 week # How fast do we want customers to pay, i.e. how long will our # proposal be valid?