diff --git a/libraries/chain/include/graphene/chain/protocol/account.hpp b/libraries/chain/include/graphene/chain/protocol/account.hpp index 4e5fdaed..329d03e2 100644 --- a/libraries/chain/include/graphene/chain/protocol/account.hpp +++ b/libraries/chain/include/graphene/chain/protocol/account.hpp @@ -138,7 +138,7 @@ namespace graphene { namespace chain { /// New owner authority. If set, this operation requires owner authority to execute. optional owner; - /// New active authority. If set, this operation requires owner authority to execute. + /// New active authority. This can be updated by the current active authority. optional active; /// New account options