Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramrajkumar committed Mar 2, 2017
1 parent c149a5b commit 9231d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/wallet/include/graphene/wallet/wallet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class wallet_api
* This returns a list of operation history objects, which describe activity on the account.
*
* @param name the name or id of the account
* @param limit the number of entries to return (starting from the most recent) (max 100)
* @param limit the number of entries to return (starting from the most recent)
* @returns a list of \c operation_history_objects
*/
vector<operation_detail> get_account_history(string name, int limit)const;
Expand Down

0 comments on commit 9231d05

Please sign in to comment.