Skip to content

Commit b957a22

Browse files
1 parent 71de24b commit b957a22

File tree

1 file changed

+24
-30
lines changed

1 file changed

+24
-30
lines changed

libraries/protocol/include/graphene/protocol/restriction.hpp

+24-30
Original file line numberDiff line numberDiff line change
@@ -62,39 +62,33 @@ struct restriction {
6262
/* 6 */ fc::sha256, \
6363
/* 7 */ account_id_type, \
6464
/* 8 */ asset_id_type, \
65-
/* 9 */ force_settlement_id_type, \
65+
/* 9 */ htlc_id_type, \
6666
/* 10 */ committee_member_id_type, \
6767
/* 11 */ witness_id_type, \
6868
/* 12 */ limit_order_id_type, \
69-
/* 13 */ call_order_id_type, \
70-
/* 14 */ custom_id_type, \
71-
/* 15 */ proposal_id_type, \
72-
/* 16 */ withdraw_permission_id_type, \
73-
/* 17 */ vesting_balance_id_type, \
74-
/* 18 */ worker_id_type, \
75-
/* 19 */ balance_id_type, \
76-
/* 20 */ flat_set<bool>, \
77-
/* 21 */ flat_set<int64_t>, \
78-
/* 22 */ flat_set<string>, \
79-
/* 23 */ flat_set<time_point_sec>, \
80-
/* 24 */ flat_set<public_key_type>, \
81-
/* 25 */ flat_set<fc::sha256>, \
82-
/* 26 */ flat_set<account_id_type>, \
83-
/* 27 */ flat_set<asset_id_type>, \
84-
/* 28 */ flat_set<force_settlement_id_type>, \
85-
/* 29 */ flat_set<committee_member_id_type>, \
86-
/* 30 */ flat_set<witness_id_type>, \
87-
/* 31 */ flat_set<limit_order_id_type>, \
88-
/* 32 */ flat_set<call_order_id_type>, \
89-
/* 33 */ flat_set<custom_id_type>, \
90-
/* 34 */ flat_set<proposal_id_type>, \
91-
/* 35 */ flat_set<withdraw_permission_id_type>, \
92-
/* 36 */ flat_set<vesting_balance_id_type>, \
93-
/* 37 */ flat_set<worker_id_type>, \
94-
/* 38 */ flat_set<balance_id_type>, \
95-
/* 39 */ vector<restriction>, \
96-
/* 40 */ vector<vector<restriction>>, \
97-
/* 41 */ variant_assert_argument_type
69+
/* 13 */ proposal_id_type, \
70+
/* 14 */ withdraw_permission_id_type, \
71+
/* 15 */ vesting_balance_id_type, \
72+
/* 16 */ balance_id_type, \
73+
/* 17 */ flat_set<bool>, \
74+
/* 18 */ flat_set<int64_t>, \
75+
/* 19 */ flat_set<string>, \
76+
/* 20 */ flat_set<time_point_sec>, \
77+
/* 21 */ flat_set<public_key_type>, \
78+
/* 22 */ flat_set<fc::sha256>, \
79+
/* 23 */ flat_set<account_id_type>, \
80+
/* 24 */ flat_set<asset_id_type>, \
81+
/* 25 */ flat_set<htlc_id_type>, \
82+
/* 26 */ flat_set<committee_member_id_type>, \
83+
/* 27 */ flat_set<witness_id_type>, \
84+
/* 28 */ flat_set<limit_order_id_type>, \
85+
/* 29 */ flat_set<proposal_id_type>, \
86+
/* 30 */ flat_set<withdraw_permission_id_type>, \
87+
/* 31 */ flat_set<vesting_balance_id_type>, \
88+
/* 32 */ flat_set<balance_id_type>, \
89+
/* 33 */ vector<restriction>, \
90+
/* 34 */ vector<vector<restriction>>, \
91+
/* 35 */ variant_assert_argument_type
9892

9993
using argument_type = fc::static_variant<GRAPHENE_OP_RESTRICTION_ARGUMENTS_VARIADIC>;
10094

0 commit comments

Comments
 (0)