compile errors
This commit is contained in:
parent
6c206a517d
commit
6305301b5d
2 changed files with 1 additions and 2 deletions
|
|
@ -275,4 +275,4 @@ FC_REFLECT_DERIVED( graphene::chain::collateral_bid_object, (graphene::db::objec
|
||||||
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::limit_order_object )
|
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::limit_order_object )
|
||||||
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::call_order_object )
|
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::call_order_object )
|
||||||
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::force_settlement_object )
|
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::force_settlement_object )
|
||||||
GRAPHENE_DECLARE_EXTERNAL_SERIALIZATION( graphene::chain::collateral_bid_object )
|
GRAPHENE_EXTERNAL_SERIALIZATION( extern, graphene::chain::collateral_bid_object )
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,6 @@ FC_REFLECT( graphene::chain::limit_order_cancel_operation::fee_parameters_type,
|
||||||
FC_REFLECT( graphene::chain::call_order_update_operation::fee_parameters_type, (fee) )
|
FC_REFLECT( graphene::chain::call_order_update_operation::fee_parameters_type, (fee) )
|
||||||
FC_REFLECT( graphene::chain::bid_collateral_operation::fee_parameters_type, (fee) )
|
FC_REFLECT( graphene::chain::bid_collateral_operation::fee_parameters_type, (fee) )
|
||||||
/// THIS IS THE ONLY VIRTUAL OPERATION THUS FAR...
|
/// THIS IS THE ONLY VIRTUAL OPERATION THUS FAR...
|
||||||
FC_REFLECT( graphene::chain::fill_order_operation::fee_parameters_type, )
|
|
||||||
FC_REFLECT( graphene::chain::fill_order_operation::fee_parameters_type, ) // VIRTUAL
|
FC_REFLECT( graphene::chain::fill_order_operation::fee_parameters_type, ) // VIRTUAL
|
||||||
FC_REFLECT( graphene::chain::execute_bid_operation::fee_parameters_type, ) // VIRTUAL
|
FC_REFLECT( graphene::chain::execute_bid_operation::fee_parameters_type, ) // VIRTUAL
|
||||||
FC_REFLECT( graphene::chain::limit_order_create_operation,(fee)(seller)(amount_to_sell)(min_to_receive)(expiration)(fill_or_kill)(extensions))
|
FC_REFLECT( graphene::chain::limit_order_create_operation,(fee)(seller)(amount_to_sell)(min_to_receive)(expiration)(fill_or_kill)(extensions))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue