Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename to clarify try_into target type
With type hints enabled, `hex` shows up as a `BoostedHex` going into a function that expects `BoostedHex`. Renaming to `hex_proto` will hopefully clear up the need for the type casting.
- Loading branch information