release 1.24.0: zero-pay phase (stage.my default, TESTPAYSAN templates)

This commit is contained in:
Hernâni Marques 2026-08-30 17:33:11 +02:00
parent a1275e6e45
commit ee99f0de99
No known key found for this signature in database
9 changed files with 526 additions and 2 deletions

1
lib.sh
View file

@ -1565,6 +1565,7 @@ find_wallet_cli() {
# shellcheck disable=SC2086
for c in ${WALLET_CLI_CANDIDATES:-} \
"${HOME}/.local/bin/taler-wallet-cli.mjs" \
"${HOME}/src/llm-qwythos/taler/taler-typescript-core/packages/taler-wallet-cli/bin/taler-wallet-cli.mjs" \
"${HOME}/src/taler/taler-typescript-core/packages/taler-wallet-cli/bin/taler-wallet-cli.mjs" \
"${HOME}/src/taler/taler-typescript-core/packages/taler-wallet-cli/dist/taler-wallet-cli.mjs" \
"${HOME}/src/taler/taler-typescript-core/packages/taler-wallet-cli/dist/taler-wallet-cli-local.mjs" \