livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Remove duplicate IBondingManager interface #560

Closed RiccardoBiosas closed 2 years ago

RiccardoBiosas commented 2 years ago

The IBondingManager is declared twice (here and here). Consider removing it to improve code's readability and avoid cyclic dependency issues down the road.