summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-03-01 12:09:40 +0100
committerAntoine A <>2024-03-01 12:09:40 +0100
commit7bcfdf40e192e87347c69d9f7aa94fd949cf2402 (patch)
tree2ffb3c57a0ed8ef73909701ec73353730a2cdb24
parenta4bd90ada8ed34a827c640407b8018afc34f9ee9 (diff)
downloaddeployment-7bcfdf40e192e87347c69d9f7aa94fd949cf2402.tar.gz
deployment-7bcfdf40e192e87347c69d9f7aa94fd949cf2402.tar.bz2
deployment-7bcfdf40e192e87347c69d9f7aa94fd949cf2402.zip
regio: print exchange withdraw URI
-rwxr-xr-xregional-currency/main.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regional-currency/main.sh b/regional-currency/main.sh
index 3214e0f..379cf44 100755
--- a/regional-currency/main.sh
+++ b/regional-currency/main.sh
@@ -91,6 +91,7 @@ say "Your bank is at ${PROTO}://bank.${DOMAIN_NAME}/"
say "You can connect to the bank web UI as 'admin' using '${BANK_ADMIN_PASSWORD}'"
say "A merchant is at ${PROTO}://backend.${DOMAIN_NAME}/"
say "You should set credentials for the merchant soon."
+say "The exchange withdraw URI is taler://withdraw-exchange/exchange.${DOMAIN_NAME}/${MASTER_PUBLIC_KEY}"
if test ${DO_CONVERSION} == y; then
say "For currency conversion to work, you must manually complete"