From 9231d05d07de6be37b04cae0d7c2aa5ee7c292a5 Mon Sep 17 00:00:00 2001 From: Vikram Rajkumar Date: Thu, 2 Mar 2017 13:05:25 -0600 Subject: [PATCH] Fix comment --- libraries/wallet/include/graphene/wallet/wallet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index aed51ec1..b27057f7 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -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 get_account_history(string name, int limit)const;