merge fixes
This commit is contained in:
parent
36400d6afc
commit
3173f4be32
1 changed files with 1 additions and 20 deletions
|
|
@ -411,6 +411,7 @@ namespace graphene { namespace chain {
|
|||
|
||||
struct by_asset_balance;
|
||||
struct by_maintenance_flag;
|
||||
struct by_account_asset;
|
||||
|
||||
/**
|
||||
* @ingroup object_index
|
||||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue