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
.length yields the fixed length of the byte array (read-only). so I think checkpoints.length++ is pointless, Can you explain its intention?I'm confused,thank you!
#46
The length of an array isn't read only, you can update it like you can any other value. That line is essentially doing a .push(), but I believe it's cheaper than doing so.
minime/contracts/MiniMeToken.sol
Line 454 in c23d03c
The text was updated successfully, but these errors were encountered: