Expose whitelisted_accounts, fix #489
This commit is contained in:
parent
d60c8a255e
commit
a5620c3064
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ FC_REFLECT_DERIVED( graphene::chain::account_object,
|
|||
(membership_expiration_date)(registrar)(referrer)(lifetime_referrer)
|
||||
(network_fee_percentage)(lifetime_referrer_fee_percentage)(referrer_rewards_percentage)
|
||||
(name)(owner)(active)(options)(statistics)(whitelisting_accounts)(blacklisting_accounts)
|
||||
(whitelisting_accounts)(blacklisted_accounts)
|
||||
(whitelisted_accounts)(blacklisted_accounts)
|
||||
(cashback_vb) )
|
||||
|
||||
FC_REFLECT_DERIVED( graphene::chain::account_balance_object,
|
||||
|
|
|
|||
Loading…
Reference in a new issue