You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eth/erc20_params: make Params unit attribute more compact
Use a C string representation (null terminated string), which is more
space-efficient than `&str`, which has a ptr and a size.
Before: 763264 bytes
After: 756400 bytes
Diff: -6864 bytes
0 commit comments