This commit is contained in:
Christian Grothoff 2022-08-06 15:23:44 +02:00
parent 2e74c04dad
commit 36a6731a1a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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`