This commit is contained in:
swrup 2026-02-25 22:44:16 +01:00
parent c8301fba7d
commit 28bc9d5607
2 changed files with 3 additions and 13 deletions

View file

@ -110,6 +110,3 @@ offline_tool drain \
--amount $zero_euro --amount $zero_euro
offline_tool upload --input $b --url $url"/management/drain" offline_tool upload --input $b --url $url"/management/drain"
echo "[OK] /management/drain" echo "[OK] /management/drain"
# todo test aml-officer
# todo test partners

View file

@ -1,13 +1,6 @@
(* TODO (* not done:
all management operations: /management/aml-officers (for /aml)
/management/wire /management/partners (for /wads) *)
/management/wire/disable
/management/aml-officers
-> /aml
/management/partners
-> /wads *)
open Cmdliner open Cmdliner
open Cmdliner.Term.Syntax open Cmdliner.Term.Syntax
open Offline_impl open Offline_impl