From 0647ba061a22fd53a00673f16eef94fb31547222 Mon Sep 17 00:00:00 2001 From: oxarbitrage Date: Sat, 11 Nov 2017 17:51:29 -0300 Subject: [PATCH] small change --- bsip-0028.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.