Skip to content
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

tendermint: impl fmt::UpperHex for abci::Transaction #610

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

tony-iqlusion
Copy link
Collaborator

Found myself wanting this today.

I imagine you could use similar impls throughout this crate, which allow you to do things like:

println!("tx: {:X}", tx);

Found myself wanting it today. I imagine you could use similar impls
throughout this crate, which allow you to do things like:

    println!("tx: {:X}", tx);
Copy link
Member

@greg-szabo greg-szabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love the idea and I would like to see this for other hash-based fields too.

@tarcieri tarcieri merged commit e3821ff into master Oct 6, 2020
@tarcieri tarcieri deleted the impl-upperhex-for-abci-transaction branch October 6, 2020 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants