livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Update TicketBroker to check if recipient is active #339

Closed yondonfu closed 5 years ago

yondonfu commented 5 years ago

At the moment, the TicketBroker will check if a recipient is registered when calculating the claim amount from a sender's reserve. The TicketBroker should instead check if a recipient is active. This can be accomplished by using BondingManager.isActiveTranscoder() instead of BondingManager.isRegisteredTranscoder().

yondonfu commented 5 years ago

Closed by #340