diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-19 21:57:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-19 21:57:04 +0100 |
commit | db476a2a7c5ebe2df2ae21960595684e2e9046bf (patch) | |
tree | 848bce204b208d2ff0be9c9ed659851ecc3d4193 /src/kyclogic/taler-exchange-helper-measure-test-form | |
parent | 2f57aa7932358534f34414d3c1b6f00a50b1b4a4 (diff) |
add new taler-exchange-helper-measure programs
Diffstat (limited to 'src/kyclogic/taler-exchange-helper-measure-test-form')
-rwxr-xr-x | src/kyclogic/taler-exchange-helper-measure-test-form | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-form b/src/kyclogic/taler-exchange-helper-measure-test-form index 72f72258d..ab418ca2e 100755 --- a/src/kyclogic/taler-exchange-helper-measure-test-form +++ b/src/kyclogic/taler-exchange-helper-measure-test-form @@ -96,7 +96,7 @@ echo "$J" >> /dev/null EXPIRATION=$((3600 * 30 + $(date +%s))) # Read currency from the config -CURRENCY=$(taler-config -c $CONF -s taler -o currency) +CURRENCY=$(taler-exchange-config -c "$CONF" -s exchange -o currency) # Finally, output the new rules. # See https://docs.taler.net/taler-exchange-manual.html#tsref-type-AmlOutcome |