Ledger messaging cleanup (#8506)

This commit is contained in:
Tyera Eulberg
2020-02-27 12:23:13 -07:00
committed by GitHub
parent 61a20febb9
commit 0b66ae5c53
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)]