From 8fd01c8af712b5695ae827d255ef0408fa1fe811 Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Wed, 9 Aug 2017 12:02:26 -0400 Subject: [PATCH] Swap the 'bet_adjusted_operation' into the position previously occupied by betting_market_group_freeze_operation to avoid renumbering subsequent operations. --- .../chain/include/graphene/chain/protocol/operations.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/chain/include/graphene/chain/protocol/operations.hpp b/libraries/chain/include/graphene/chain/protocol/operations.hpp index 56d7b2db..ad0d26dd 100644 --- a/libraries/chain/include/graphene/chain/protocol/operations.hpp +++ b/libraries/chain/include/graphene/chain/protocol/operations.hpp @@ -112,6 +112,7 @@ namespace graphene { namespace chain { bet_place_operation, betting_market_group_resolve_operation, betting_market_group_resolved_operation, // VIRTUAL + bet_adjusted_operation, // VIRTUAL betting_market_group_cancel_unmatched_bets_operation, bet_matched_operation, // VIRTUAL bet_cancel_operation, @@ -122,8 +123,7 @@ namespace graphene { namespace chain { tournament_payout_operation, // VIRTUAL tournament_leave_operation, betting_market_group_update_operation, - betting_market_update_operation, - bet_adjusted_operation // VIRTUAL + betting_market_update_operation > operation; /// @} // operations group