From 3173f4be32288819345f8b7315945bd68121657c Mon Sep 17 00:00:00 2001 From: Sandip Patel Date: Wed, 25 Sep 2019 16:06:00 +0530 Subject: [PATCH] merge fixes --- .../include/graphene/chain/account_object.hpp | 21 +------------------ 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/libraries/chain/include/graphene/chain/account_object.hpp b/libraries/chain/include/graphene/chain/account_object.hpp index 5990065d..94a1b98e 100644 --- a/libraries/chain/include/graphene/chain/account_object.hpp +++ b/libraries/chain/include/graphene/chain/account_object.hpp @@ -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_index; - struct by_owner; - struct by_maintenance_seq; - - /** - * @ingroup object_index - */ - typedef multi_index_container< - account_statistics_object, - indexed_by< - ordered_unique< tag, member< object, object_id_type, &object::id > >, - ordered_unique< tag, - member< account_statistics_object, account_id_type, &account_statistics_object::owner > > - > - > account_stats_multi_index_type; - - /** - * @ingroup object_index - */ - typedef generic_index 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()