diff --git a/packages/serializer/src/operations.js b/packages/serializer/src/operations.js index 7c5236a..6afb54c 100644 --- a/packages/serializer/src/operations.js +++ b/packages/serializer/src/operations.js @@ -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> ]), extensions: set(future_extensions),