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
Reduced WokeToken.sol bytecode size by moving modifier logic into internal functions. Modifiers are inlined whereas internal functions are not. This comes at a small gas usage penalty at run time.
Bytecode size limit = 24576 bytes
build/contracts/artifacts/WokeToken.json: 25397.5 bytes
trufflesuite/ganache#960
The text was updated successfully, but these errors were encountered: