Merge branch '489-bugfix-reflect-whitelist' into develop

Conflicts:
	libraries/chain/include/graphene/chain/account_object.hpp
This commit is contained in:
theoreticalbts 2016-02-09 10:58:59 -05:00
commit d0f119b215

View file

@ -361,7 +361,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)
(owner_special_authority)(active_special_authority)
)