SON118 - Add missing index init and reflect enums

This commit is contained in:
satyakoneru 2019-10-13 18:12:27 +00:00
parent 33aeafd4b1
commit ba411cd9ea
2 changed files with 2 additions and 0 deletions

View file

@ -317,6 +317,7 @@ void database::initialize_indexes()
add_index< primary_index<lottery_balance_index > >();
add_index< primary_index<sweeps_vesting_balance_index > >();
add_index< primary_index<son_stats_index> >();
}

View file

@ -444,6 +444,7 @@ FC_REFLECT_ENUM( graphene::chain::impl_object_type,
(impl_global_betting_statistics_object_type)
(impl_lottery_balance_object_type)
(impl_sweeps_vesting_balance_object_type)
(impl_son_statistics_object_type)
)
FC_REFLECT_TYPENAME( graphene::chain::share_type )