Add Ledger error codes (#10056) (#10059)

automerge
This commit is contained in:
mergify[bot]
2020-05-14 23:13:18 -07:00
committed by GitHub
parent 2d8533075d
commit 5f0be1793c
7 changed files with 169 additions and 50 deletions

View File

@@ -220,7 +220,7 @@ pub enum SignerError {
#[error("no device found")]
NoDeviceFound,
#[error("device protocol error: {0}")]
#[error("{0}")]
Protocol(String),
#[error("{0}")]