From 96bd48b6de390716aefca93d99a41ea709cd6b9a Mon Sep 17 00:00:00 2001 From: oxarbitrage Date: Wed, 1 Mar 2017 08:54:14 -0300 Subject: [PATCH] issue 193 remove note. --- libraries/wallet/include/graphene/wallet/wallet.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index 591394d0..4dae8c17 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -348,8 +348,6 @@ class wallet_api * * This returns a list of operation history objects, which describe activity on the account. * - * @note this API doesn't give a way to retrieve more than the most recent 100 transactions, - * you can interface directly with the blockchain to get more history * @param name the name or id of the account * @param limit the number of entries to return (starting from the most recent) (max 100) * @returns a list of \c operation_history_objects