Skip to content

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srpatel19590 committed Sep 25, 2019
1 parent 7e2057c commit e0a774a
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions libraries/chain/include/graphene/chain/account_object.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ namespace graphene { namespace chain {

struct by_asset_balance;
struct by_maintenance_flag;
struct by_account_asset;

/**
* @ingroup object_index
Expand Down Expand Up @@ -467,26 +468,6 @@ namespace graphene { namespace chain {
*/
typedef generic_index<account_object, account_multi_index_type> account_index;

struct by_owner;
struct by_maintenance_seq;

/**
* @ingroup object_index
*/
typedef multi_index_container<
account_statistics_object,
indexed_by<
ordered_unique< tag<by_id>, member< object, object_id_type, &object::id > >,
ordered_unique< tag<by_owner>,
member< account_statistics_object, account_id_type, &account_statistics_object::owner > >
>
> account_stats_multi_index_type;

/**
* @ingroup object_index
*/
typedef generic_index<account_statistics_object, account_stats_multi_index_type> account_stats_index;

struct by_dividend_payout_account{}; // use when calculating pending payouts
struct by_dividend_account_payout{}; // use when doing actual payouts
struct by_account_dividend_payout{}; // use in get_full_accounts()
Expand Down

0 comments on commit e0a774a

Please sign in to comment.