Description
Parsing goes through ReversedType.fromString() in this case, and that doesn't strip "0x" when calling BytesType.fromString().
The attached patch makes Constants.parsedValue() ReversedType-aware.
Parsing goes through ReversedType.fromString() in this case, and that doesn't strip "0x" when calling BytesType.fromString().
The attached patch makes Constants.parsedValue() ReversedType-aware.