From 1153d77dba6566664ebc1fae9dc411c4ff49fb9f Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Mon, 15 Feb 2016 22:48:47 -0500 Subject: [PATCH] Update documentation of updating active key to match implementation #556 --- libraries/chain/include/graphene/chain/protocol/account.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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