This commit is contained in:
swrup 2026-02-25 21:56:30 +01:00
parent 5763b13705
commit 7be0e28f0a
4 changed files with 41 additions and 7 deletions

View file

@ -82,7 +82,7 @@ offline_tool global-fees \
offline_tool upload --input $b --url $url"/management/global-fees"
echo "[OK] /management/global-fees"
offline_tool wire \
offline_tool enable-wire \
--master_key $master_key \
--output $b \
--payto_uri "" \
@ -91,7 +91,13 @@ offline_tool wire \
offline_tool upload --input $b --url $url"/management/wire"
echo "[OK] /management/wire"
# todo test disable wire
offline_tool disable-wire \
--master_key $master_key \
--output $b \
--payto_uri ""
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