Skip to content

Commit

Permalink
Merge branch 'yy-mainnet-dev' into yy-mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyowd committed Jun 19, 2018
2 parents d7efb12 + e4c22ea commit 3140444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/app/api.cpp
Expand Up @@ -561,7 +561,7 @@ namespace graphene { namespace app {
start = min( stats.total_ops, start );


if( start >= stop && start > 0 && limit > 0 )
if( start >= stop && start > stats.removed_ops && limit > 0 )
{
const auto& hist_idx = db.get_index_type<account_transaction_history_index>();

Expand Down

0 comments on commit 3140444

Please sign in to comment.