iotaledger / iotaledger/crypto.rs
bip39::wordlist::Error should implement Display
Open
- Dominant language
- Rust
- Stars
- 63
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
## Description
The crate's main Error enum implements Display but the one on bip39.rs > wordlist doesn't.
## Motivation
It's a standard and simplifies error handling on consumers.
## Requirements
1. Implement Display on the crypto::bip39::wordlist::Error
## Are you planning to do it yourself in a pull request?
No.
Contributor guide
Assessment
This issue has not been assessed yet.