Client: cleanup some output
This commit is contained in:
parent
4fa4ab0b8f
commit
3eeea7c1af
@ -477,12 +477,9 @@ let commands =
|
|||||||
(fun ppf (curve, _) ->
|
(fun ppf (curve, _) ->
|
||||||
Format.fprintf ppf
|
Format.fprintf ppf
|
||||||
"tezos-client import secret key \
|
"tezos-client import secret key \
|
||||||
ledger_%s_%a_0_0 \"ledger://%a/0'/0'\" # \
|
ledger_%s \"ledger://%a/0'/0'\""
|
||||||
%a signature"
|
|
||||||
(Sys.getenv "USER")
|
(Sys.getenv "USER")
|
||||||
Ledgerwallet_tezos.pp_curve_short curve
|
pp_id (Animals (animals, curve))))
|
||||||
pp_id (Animals (animals, curve))
|
|
||||||
Ledgerwallet_tezos.pp_curve curve))
|
|
||||||
of_curve >>= fun () ->
|
of_curve >>= fun () ->
|
||||||
return_unit
|
return_unit
|
||||||
end ledgers) ;
|
end ledgers) ;
|
||||||
|
Loading…
Reference in New Issue
Block a user