Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accounts/abi: change unpacking of abi fields w/ underscores
ABI fields with underscores that are being unpacked into structs expect structs with following form: int_one -> Int_one whereas in abigen the generated structs are camelcased int_one -> IntOne so updated the unpack method to expect camelcased structs as well.
- Loading branch information