Skip to content

Commit

Permalink
Merge pull request #1163 from bitshares/abitmore-patch-3
Browse files Browse the repository at this point in the history
database_api.hpp minor update
  • Loading branch information
abitmore authored Jul 21, 2018
2 parents 523ccd8 + 4697feb commit 9be295b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/app/include/graphene/app/database_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@ FC_API(graphene::app::database_api,
// Accounts
(get_account_id_from_string)
(get_accounts)
(get_account_limit_orders)
(get_full_accounts)
(get_account_by_name)
(get_account_references)
Expand All @@ -779,6 +778,7 @@ FC_API(graphene::app::database_api,
// Markets / feeds
(get_order_book)
(get_limit_orders)
(get_account_limit_orders)
(get_call_orders)
(get_settle_orders)
(get_margin_positions)
Expand Down

0 comments on commit 9be295b

Please sign in to comment.