Currently in both middlewares the committer is set to msg.sender, which is the validator op set operator.
However, when challenged, since the commitment will always be signed by the underwriter ops set operator, the committer should actually be delegateeAddres inside of the optInToSlasher() function
Currently in both middlewares the
committeris set tomsg.sender, which is the validator op set operator.However, when challenged, since the
commitmentwill always be signed by the underwriter ops set operator, thecommittershould actually bedelegateeAddresinside of the optInToSlasher() function