Reflect ID of force_settlement_object, fix #575
This commit is contained in:
parent
e46af9f372
commit
3fa79740df
1 changed files with 4 additions and 1 deletions
|
|
@ -206,4 +206,7 @@ FC_REFLECT_DERIVED( graphene::chain::limit_order_object,
|
||||||
FC_REFLECT_DERIVED( graphene::chain::call_order_object, (graphene::db::object),
|
FC_REFLECT_DERIVED( graphene::chain::call_order_object, (graphene::db::object),
|
||||||
(borrower)(collateral)(debt)(call_price) )
|
(borrower)(collateral)(debt)(call_price) )
|
||||||
|
|
||||||
FC_REFLECT( graphene::chain::force_settlement_object, (owner)(balance)(settlement_date) )
|
FC_REFLECT_DERIVED( graphene::chain::force_settlement_object,
|
||||||
|
(graphene::db::object),
|
||||||
|
(owner)(balance)(settlement_date)
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue