diff --git a/bsip-0028.md b/bsip-0028.md index 1c8c159..226ec3d 100644 --- a/bsip-0028.md +++ b/bsip-0028.md @@ -33,7 +33,7 @@ Worker Proposals cannot be updated at all * Don't allow votes to workers in removed state(`account_evaluator.cpp`). * Create operation `worker_update`. Op will allow to change only the `url` and the `removed` object fields from the worker (track the change in operation). Can follow `committee_member_update` or similars. * Implement new operation as a command to `cli_wallet` available for the worker issuer. -* Allow `committee` to use `worker_update` against any account. Need more discussion on how it can be done. +* Allow `committee` to use `worker_update` against any worker proposal. Need more discussion on how it can be done. Requires hardfork.