Closed code423n4 closed 2 years ago
pauliax
There are many error messages that are quite long, e.g.:
"YUSD: Cannot transfer tokens directly to the StabilityPool, TroveManager or BorrowerOps"
Shortening revert strings to fit in 32 bytes will decrease deployment time gas and will decrease runtime gas when the revert condition has been met.
Duplicate #66
Handle
pauliax
Vulnerability details
Impact
There are many error messages that are quite long, e.g.:
Shortening revert strings to fit in 32 bytes will decrease deployment time gas and will decrease runtime gas when the revert condition has been met.