livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Confluence: Add support for withdrawing fees to specified address in BondingManager #503

Closed yondonfu closed 2 years ago

yondonfu commented 2 years ago

At the moment, withdrawFees() sends earned fees to msg.sender.

We can add support for passing an address so that earned fees are withdrawn to the specified address instead of msg.sender

This is required for the integration with the ClaimableDelegatorPool contract in #495.

Should go to confluence branch.

yondonfu commented 2 years ago

Closed by #511