You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #12: fix: no Debug on Display implementations
3c00f1a feat: add error messages for CreateWithPersistError Display implementation (Luis Schwab)
c799b52 fix: remove Debugs from CreateTxError (Luis Schwab)
1721b29 fix: no Debug on LoadError (Luis Schwab)
187a494 feat: implement Display for LoadMismatch (Luis Schwab)
0acd802 feat: implement Display for KeychainKind (Luis Schwab)
Pull request description:
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### Description
This PR removes the use of debugs on `Display` implemetations.
### Changelog notice
- Implement Display for KeychainKind.
- Implement Display for LoadMismatch.
- Add error message for CreateWithPersistError.
- The `CreateTxError::LockTime` arm had `requested` and `required` inverted, now fixed.
- Remove debugs.
### Checklists
#### All Submissions:
* [X] I've signed all my commits
* [X] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [X] I ran `cargo fmt` and `cargo clippy` before committing
ACKs for top commit:
notmandatory:
utACK 3c00f1a
Tree-SHA512: a17984113e7ae4b49c5a5f5f711e80b8ffaf811b1d2f066e9b82cf454ae3ee33b67556bbf5bb61e082932f855ecace2d77d46ce514d457f5ad24a78fd9ae5aeb
0 commit comments