Client: cleanup some output

This commit is contained in:
Benjamin Canou 2018-10-04 15:21:56 +02:00
parent 4fa4ab0b8f
commit 3eeea7c1af
No known key found for this signature in database
GPG Key ID: 73607948459DC5F8

View File

@ -477,12 +477,9 @@ let commands =
(fun ppf (curve, _) ->
Format.fprintf ppf
"tezos-client import secret key \
ledger_%s_%a_0_0 \"ledger://%a/0'/0'\" # \
%a signature"
ledger_%s \"ledger://%a/0'/0'\""
(Sys.getenv "USER")
Ledgerwallet_tezos.pp_curve_short curve
pp_id (Animals (animals, curve))
Ledgerwallet_tezos.pp_curve curve))
pp_id (Animals (animals, curve))))
of_curve >>= fun () ->
return_unit
end ledgers) ;