Split pay into ladder/lib_pay.sh; force-select extract in ladder/extract_rpubs.py. check_goa_ladder.sh is only a compat shim. max-ladder now hunts highest withdrawable and highest payable (never above wallet available), using public free-amount template goa-free on hacktivism. Classic remains default 23-rung wd+pay. Pay phase always runs when LADDER_PAY=1 (visible SKIP_BALANCE when no spendable coins). Report includes best_pay / alt names.
5 lines
242 B
Bash
Executable file
5 lines
242 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Compat shim only — prefer: ./taler-monitoring.sh ladder | max-ladder
|
|
# Real implementation: check_amount_ladder.sh (+ ladder/ modules).
|
|
ROOT=$(cd "$(dirname "$0")" && pwd)
|
|
exec bash "$ROOT/check_amount_ladder.sh" "$@"
|