We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hex::Error::InvalidLength
I am testing #188 in a downstream lib
rust-elements/src/hex.rs
Line 33 in 613204f
I think the expected, got comment is wrong and the values used in the Display implementation are inverted.
expected, got
I say so by looking at the macro impl after in a downstream lib I have this test failing to parse "aaaa" as asset id with
left: "bad hex string length 64 (expected 4)" right: "bad hex string length 4 (expected 64)"
(the test was working with add54c8)
The text was updated successfully, but these errors were encountered:
I think we can replace src/hex.rs entirely once #188 is merged. Or I can add a commit to 188 next week.
Sorry, something went wrong.
No branches or pull requests
I am testing #188 in a downstream lib
rust-elements/src/hex.rs
Line 33 in 613204f
I think the
expected, got
comment is wrong and the values used in the Display implementation are inverted.I say so by looking at the macro impl after in a downstream lib I have this test failing to parse "aaaa" as asset id with
(the test was working with add54c8)
The text was updated successfully, but these errors were encountered: