This commit is contained in:
parent
9cae3bebf9
commit
4bea4e3da0
1 changed files with 13 additions and 13 deletions
|
|
@ -1,3 +1,16 @@
|
|||
(* TODO
|
||||
all management operations:
|
||||
/management/wire
|
||||
/management/wire/disable
|
||||
-> how to build WireSetupMessage?
|
||||
we need additional data to craft master_sig
|
||||
maybe supposed to be found in the full payto-uri?
|
||||
|
||||
/management/aml-officers
|
||||
-> /aml
|
||||
/management/partners
|
||||
-> /wads *)
|
||||
|
||||
open Cmdliner
|
||||
open Cmdliner.Term.Syntax
|
||||
open Offline_impl
|
||||
|
|
@ -277,16 +290,3 @@ let cli =
|
|||
|
||||
let main () = Cmd.eval_result cli
|
||||
let () = if !Sys.interactive then () else exit (main ())
|
||||
|
||||
(* TODO
|
||||
all management operations:
|
||||
/management/wire
|
||||
/management/wire/disable
|
||||
-> how to build WireSetupMessage?
|
||||
we need additional data to craft master_sig
|
||||
maybe supposed to be found in the full payto-uri?
|
||||
|
||||
/management/aml-officers
|
||||
-> /aml
|
||||
/management/partners
|
||||
-> /wads *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue