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.
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 theonlyJobsManager
modifier from V1. Instead, we can use anonlyVerifier
modifier - the Verifier contract registered with the Controller will be null for now.