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

@ -1,13 +1,6 @@
(* TODO
all management operations:
/management/wire
/management/wire/disable
/management/aml-officers
-> /aml
/management/partners
-> /wads *)
(* not done:
/management/aml-officers (for /aml)
/management/partners (for /wads) *)
open Cmdliner
open Cmdliner.Term.Syntax
open Offline_impl
@ -365,9 +358,9 @@ let cli =
disable_auditor_cmd;
wire_fee_cmd;
global_fees_cmd;
drain_cmd;
enable_wire_cmd;
disable_wire_cmd;
drain_cmd;
(* - *)
test_hash64_cmd;
]