Skip to content

Commit

Permalink
FIXING BUG RUNNING CODE: Disabling a cyclic dependency used for custo…
Browse files Browse the repository at this point in the history
…m authority in the backend

Disabling a cyclic dependency for custom authority since feature is disabled in the backend.
  • Loading branch information
ioBanker authored Nov 26, 2024
1 parent 6180113 commit 12552d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/serializer/src/operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -1442,8 +1442,8 @@ export const restriction = new Serializer("restriction", {
set(protocol_id_type("vesting_balance")),
set(protocol_id_type("worker")),
set(protocol_id_type("balance")),
array(restriction),
array(array(restriction)),
// array(restriction),
// array(array(restriction)),
// fixme: pair<int64_t,std_vector<graphene::protocol::restriction>>
]),
extensions: set(future_extensions),
Expand Down

0 comments on commit 12552d6

Please sign in to comment.