exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 36a6731a1a136e8c01be569d040f9bc29adfc13f
parent 2e74c04dadcf4add756e774bea9af789b828ff65
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  6 Aug 2022 15:23:44 +0200

-typo

Diffstat:
Msrc/auditor/test-auditor.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh @@ -1168,7 +1168,7 @@ then pre_audit aggregator # Modify wire amount, such that it is inconsistent with 'aggregation' - # (exchange payed only once, so the logic below should select the outgoing + # (exchange paid only once, so the logic below should select the outgoing # wire transfer): OLD_ID=1 OLD_PREP=`echo "SELECT payment FROM TalerRequestedPayments WHERE id='${OLD_ID}';" | sqlite3 $DB.sqlite3`