This commit is contained in:
swrup 2026-02-25 22:42:33 +01:00
parent e716990b11
commit 2cc7bbd5fc
7 changed files with 45 additions and 20 deletions

View file

@ -98,6 +98,15 @@ offline_tool disable-wire \
offline_tool upload --input $b --url $url"/management/wire/disable"
echo "[OK] /management/wire/disable"
# todo test drain
# todo test aml-officer
# todo test partners
# wtid (after base32 decode) must be 32bytes
wtid="000G40R40M30E209185GR38E1W8124GK2GAHC5RR34D1P70X3RFG"
offline_tool drain \
--master_key $master_key \
--output $b \
--debit_account_section "" \
--credit_payto_uri "" \
--wtid $wtid \
--date 0 \
--amount $zero_euro
offline_tool upload --input $b --url $url"/management/drain"
echo "[OK] /management/drain"