Clarify "Unexpected sequence number" warning

This commit is contained in:
Sebastien Mondet 2018-09-04 22:22:36 -04:00 committed by Pierre Boutillier
parent b329b604a7
commit 6d5afcf10e
No known key found for this signature in database
GPG Key ID: C2F73508B56A193C

View File

@ -190,7 +190,9 @@ module Ledger = struct
Ledgerwallet_tezos.Version.pp version ;
find_ledgers version
| Error e ->
warn "%a" Ledgerwallet.Transport.pp_error e ;
warn "WARNING:@ The device at [%s] is not a Tezos application@ (%a)"
device_info.Hidapi.path
Ledgerwallet.Transport.pp_error e ;
return None
| Ok version -> find_ledgers version
end