good morning!!!!

Skip to content
Snippets Groups Projects
Commit e21aa0fd authored by Bob Glickstein's avatar Bob Glickstein Committed by Felix Lange
Browse files

accounts/abi: remove check for len%32==0 when unpacking events (#15670)

This change inlines the logic of bytesAreProper at its sole
callsite, ABI.Unpack, and applies the multiple-of-32 test only in
the case of unpacking methods. Event data is not required to be a
multiple of 32 bytes long.
parent 9f1007e5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment