mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
more useful store_error debug (#2448)
This commit is contained in:
parent
2072e48c15
commit
be5e83ff3a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const ACCOUNT_PATH_MAPPING_PREFIX: u8 = 'a' as u8;
|
|||
|
||||
impl From<store::Error> for Error {
|
||||
fn from(error: store::Error) -> Error {
|
||||
Error::from(ErrorKind::Backend(format!("{:?}", error)))
|
||||
Error::from(ErrorKind::Backend(format!("{}", error)))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue