diff --git a/frame/multisig/Cargo.toml b/frame/multisig/Cargo.toml index 68b5be6b49cec..07e13e2238695 100644 --- a/frame/multisig/Cargo.toml +++ b/frame/multisig/Cargo.toml @@ -39,8 +39,7 @@ std = [ "sp-io/std", "sp-runtime/std", "sp-std/std", - "pallet-balances/std", - "sp-core/std" + "pallet-balances/std" ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks",