aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/test-revocation.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 16:04:04 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 16:04:04 +0100
commit5a5e0c3723b0e1594440f8e82ea598a34157c384 (patch)
tree8c867dca65f1bb936ed815a6f48abaee119c9418 /src/auditor/test-revocation.sh
parentcf7e0ccce6ec640a8456d638bb81e2d5f209e9be (diff)
downloadexchange-5a5e0c3723b0e1594440f8e82ea598a34157c384.tar.xz
remove demobanks/default everywhere in URLs, no longer needed
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-xsrc/auditor/test-revocation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index 0ed79f237..187cc0311 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -140,7 +140,7 @@ function nexus_submit_to_sandbox () {
function get_payto_uri() {
export LIBEUFIN_SANDBOX_USERNAME=$1
export LIBEUFIN_SANDBOX_PASSWORD=$2
- export LIBEUFIN_SANDBOX_URL=http://localhost:18082/demobanks/default
+ export LIBEUFIN_SANDBOX_URL=http://localhost:18082
libeufin-cli sandbox demobank info --bank-account $1 | jq --raw-output '.paytoUri'
}