• Matt K's avatar
    accounts/abi: change unpacking of abi fields w/ underscores (#16513) · a4af7343
    Matt K authored
    * accounts/abi: fix name styling when unpacking 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.
    a4af7343
Name
Last commit
Last update
..
bind Loading commit data...
abi.go Loading commit data...
abi_test.go Loading commit data...
argument.go Loading commit data...
doc.go Loading commit data...
error.go Loading commit data...
event.go Loading commit data...
event_test.go Loading commit data...
method.go Loading commit data...
method_test.go Loading commit data...
numbers.go Loading commit data...
numbers_test.go Loading commit data...
pack.go Loading commit data...
pack_test.go Loading commit data...
reflect.go Loading commit data...
type.go Loading commit data...
type_test.go Loading commit data...
unpack.go Loading commit data...
unpack_test.go Loading commit data...