Closed dianakocsis closed 2 months ago
ABDK-CVF105:
use uint8 instead of bytes1 to avoid shift operation to save gas
it actually doesn't save gas (i'm not sure why there would be a shift operation when converting from bytes1 to uint8?) but it does save some bytecode. thoughts?
Related Issue
ABDK-CVF105:
Description of changes
use uint8 instead of bytes1 to avoid shift operation to save gas
it actually doesn't save gas (i'm not sure why there would be a shift operation when converting from bytes1 to uint8?) but it does save some bytecode. thoughts?