livepeer / protocol

Livepeer protocol
MIT License
152 stars 45 forks source link

Update BondingManager modifier for slashTranscoder() #315

Closed yondonfu closed 5 years ago

yondonfu commented 5 years ago

Since on-chain slashing will not be included in the initial Streamflow release we should update the modifier used by the slashTranscoder() function in the BondingManager. At the moment it uses an onlyTicketBroker modifier that was a placeholder replacement from the onlyJobsManager modifier from V1. Instead, we can use an onlyVerifier modifier - the Verifier contract registered with the Controller will be null for now.

yondonfu commented 5 years ago

Closed by #327