Ledger messaging cleanup (#8506) (#8508)

automerge
This commit is contained in:
mergify[bot]
2020-02-27 12:38:09 -08:00
committed by GitHub
parent a920a0f946
commit 43af91ff4b
3 changed files with 17 additions and 7 deletions

View File

@@ -219,8 +219,8 @@ pub enum SignerError {
#[error("device protocol error: {0}")]
Protocol(String),
#[error("operation has been cancelled")]
UserCancel,
#[error("{0}")]
UserCancel(String),
}
#[derive(Clone, Debug, Default)]