pickle-finance / protocol

Pickle Protocols
MIT License
128 stars 74 forks source link

Fix redundant memory allocation for asset index type #6

Closed BigBrainBriner closed 4 years ago

BigBrainBriner commented 4 years ago

Changed from uint256 to uint8 as the former is unnecessarily large.