Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjatlanta committed Oct 24, 2018
1 parent f523ad6 commit b078310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/app/include/graphene/app/database_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<public_key_type>& signers )const;

Expand Down

0 comments on commit b078310

Please sign in to comment.