added missing , in types.hpp
This commit is contained in:
parent
8175ca4451
commit
4829c3dd93
1 changed files with 3 additions and 3 deletions
|
|
@ -171,7 +171,7 @@ namespace graphene { namespace chain {
|
||||||
impl_pending_dividend_payout_balance_for_holder_object_type,
|
impl_pending_dividend_payout_balance_for_holder_object_type,
|
||||||
impl_distributed_dividend_balance_data_type,
|
impl_distributed_dividend_balance_data_type,
|
||||||
impl_betting_market_position_object_type,
|
impl_betting_market_position_object_type,
|
||||||
impl_global_betting_statistics_object_type
|
impl_global_betting_statistics_object_type,
|
||||||
impl_lottery_balance_object_type,
|
impl_lottery_balance_object_type,
|
||||||
impl_sweeps_vesting_balance_object_type
|
impl_sweeps_vesting_balance_object_type
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue