diff options
author | Florian Dold <florian@dold.me> | 2023-04-22 18:14:27 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-04-22 18:14:33 +0200 |
commit | 5d17c9c909270af11a32c86f618fc20aa0aac720 (patch) | |
tree | f9a16074b270c980443d3fc9a3fb4db3ae6d6e62 /src/auditor/batch.sh | |
parent | 6f492b2a97a8623e18a36c583e320d876753ae8b (diff) |
wallet expects bankAccessApiBaseUrl
Diffstat (limited to 'src/auditor/batch.sh')
-rwxr-xr-x | src/auditor/batch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/batch.sh b/src/auditor/batch.sh index 4bac28ece..ec9ed8309 100755 --- a/src/auditor/batch.sh +++ b/src/auditor/batch.sh @@ -214,7 +214,7 @@ bash # { # amountToSpend: "TESTKUDOS:4", # amountToWithdraw: "TESTKUDOS:10", -# bankBaseUrl: $BANK_URL, +# bankAccessApiBaseUrl: $BANK_URL, # exchangeBaseUrl: $EXCHANGE_URL, # merchantBaseUrl: $MERCHANT_URL, # }' \ |