From b0783108b72f8c784ff90c8a6101afc9ada0874f Mon Sep 17 00:00:00 2001 From: John Jones Date: Wed, 24 Oct 2018 07:12:00 -0500 Subject: [PATCH] clarify comment --- libraries/app/include/graphene/app/database_api.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/app/include/graphene/app/database_api.hpp b/libraries/app/include/graphene/app/database_api.hpp index 65de6e2ff6..9a546eef42 100644 --- a/libraries/app/include/graphene/app/database_api.hpp +++ b/libraries/app/include/graphene/app/database_api.hpp @@ -663,10 +663,10 @@ class database_api bool verify_authority( const signed_transaction& trx )const; /** - * @brief Verify that the public keys have enough authority to approve an operation + * @brief Verify that the public keys have enough authority to approve an operation for this account * @param account_name_or_id the account to check * @param signers the public keys - * @return true if the passed in keys have enough authority to approve an operation + * @return true if the passed in keys have enough authority to approve an operation for this account */ bool verify_account_authority( const string& account_name_or_id, const flat_set& signers )const;