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: improve fmt::UpperHex impl on Transaction #613

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

tony-iqlusion
Copy link
Collaborator

@tony-iqlusion tony-iqlusion commented Oct 6, 2020

The previous implementation (#610) would print hex strings like:

[FF, 1, FE, 2]

This changes the implementation to print the following instead (with test):

FF01FE02

The previous implementation would print hex strings like:

```
[FF, 1, FE, 2]
```

This changes the implementation to print the following instead
(with test):

```
FF01FE02
```
Copy link
Contributor

@thanethomson thanethomson left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@thanethomson thanethomson merged commit 6a28a90 into master Oct 6, 2020
@thanethomson thanethomson deleted the tendermint/improve-tx-upperhex branch October 6, 2020 15:44
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.

2 participants