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

ABI.solidityPack skips following types/values when type=bytesX #39

Closed
noname2k16 opened this issue Jan 31, 2017 · 1 comment
Closed

Comments

@noname2k16
Copy link

Line 453 in /lib/index.js is:

return utils.setLengthRight(value, size)

and should be (if I'm right):

ret.push(utils.setLengthRight(value, size))

Thanks very much

@mjmau
Copy link
Contributor

mjmau commented Feb 14, 2017

I submitted a fix with new test cases in PR #40.

@axic axic closed this as completed in cf8c093 Mar 9, 2017
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

No branches or pull requests

2 participants