Skip to content

Commit

Permalink
Merge pull request steemit#2074 from steemit/2073-lookup-accounts-arg…
Browse files Browse the repository at this point in the history
…-size

Fix lookup_account arg size check to 2
  • Loading branch information
Michael Vandeberg authored Feb 1, 2018
2 parents c3e4898 + e42f80a commit d565372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/apis/condenser_api/condenser_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ namespace detail
DEFINE_API_IMPL( condenser_api_impl, lookup_accounts )
{
CHECK_ARG_SIZE( 1 )
CHECK_ARG_SIZE( 2 )
account_name_type lower_bound_name = args[0].as< account_name_type >();
uint32_t limit = args[1].as< uint32_t >();
Expand Down

0 comments on commit d565372

Please sign in to comment.