-
Notifications
You must be signed in to change notification settings - Fork 393
fix(wallet): no debug on Display implementations #1881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(wallet): no debug on Display implementations #1881
Conversation
Although this PR is scoped to the wallet, I was wondering if we should also remove the Debug outputs from Display implementations in keychain_txout.rs (line 798), tx_graph.rs (line 228), spk_client.rs (line 24), and file_store/src/lib.rs (line 25)? |
Yes, but those should go on different PRs. |
328e42f
to
946d454
Compare
0536428
to
2f6642f
Compare
2f6642f
to
a393147
Compare
a393147
to
32d470b
Compare
@ValuedMammal I think this is RTM |
Closing this and moving to bitcoindevkit/bdk_wallet#12 |
Description
Closes #1933.
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing