Skip to content

Commit

Permalink
Merge pull request #2759 from bitshares/fix-reflection
Browse files Browse the repository at this point in the history
Add missing reflection for limit_order_update_op
  • Loading branch information
abitmore committed Jul 2, 2023
2 parents 3d64cf0 + 8ac9d20 commit 7b956a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/protocol/include/graphene/protocol/market.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ FC_REFLECT( graphene::protocol::call_order_update_operation::options_type, (targ
FC_REFLECT( graphene::protocol::limit_order_create_operation,
(fee)(seller)(amount_to_sell)(min_to_receive)(expiration)(fill_or_kill)(extensions))
FC_REFLECT( graphene::protocol::limit_order_update_operation,
(fee)(seller)(order)(new_price)(delta_amount_to_sell)(new_expiration)(extensions))
(fee)(seller)(order)(new_price)(delta_amount_to_sell)(new_expiration)(on_fill)(extensions))
FC_REFLECT( graphene::protocol::limit_order_cancel_operation,
(fee)(fee_paying_account)(order)(extensions) )
FC_REFLECT( graphene::protocol::call_order_update_operation,
Expand Down

0 comments on commit 7b956a0

Please sign in to comment.