From 162ffc38149c62aee6cb8ae341d3268324ac8c2f Mon Sep 17 00:00:00 2001 From: 4meta5 Date: Thu, 30 Nov 2023 19:45:47 -0500 Subject: [PATCH] removing fix for pallet proxy bug to not confuse reviewers --- runtime/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6f33f25..2bd839f 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -102,7 +102,6 @@ std = [ "frame-system-benchmarking?/std", "frame-system-rpc-runtime-api/std", "frame-system/std", - "pallet-proxy/std", "frame-try-runtime?/std", "log/std", "pallet-aura/std",