summa-tx / coins

Rust implementations of BIP32/39 and Ledger device comms
Other
90 stars 31 forks source link

ledger: debug trace panics when response from device is empty #131

Closed DaniPopes closed 6 months ago

DaniPopes commented 6 months ago

Device can respond with an empty response if it is plugged in but not unlocked.

https://github.com/summa-tx/coins/blob/f8d200b15bdd297fde29bc5e05f051b72987f28c/ledger/src/transports/mod.rs#L68