code-423n4 / 2021-10-slingshot-findings

0 stars 0 forks source link

Slingshot is ConcatString #100

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Handle

pauliax

Vulnerability details

Impact

contract Slingshot is ConcatStrings for no reason as it does not use any of the functions provided by this contract.

Recommended Mitigation Steps

To save some gas consider removing this useless inheritance.