Fix withdraw_permission_object.hpp reflection #562

This commit is contained in:
theoreticalbts 2016-02-09 04:01:06 -05:00
parent d60c8a255e
commit 19cf1b135b

View file

@ -93,4 +93,5 @@ FC_REFLECT_DERIVED( graphene::chain::withdraw_permission_object, (graphene::db::
(withdrawal_period_sec)
(period_start_time)
(expiration)
(claimed_this_period)
)