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

0 stars 0 forks source link

`SlingshotI` is unnecessary #66

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

WatchPug

Vulnerability details

Struct TradeFormat can be defined at the top level without the interface SlingshotI.

And whichever contract uses TradeFormat can just import it and no longer need to inherit SlingshotI.