From d100d070471d956cd554f4675b677d6928fd79c9 Mon Sep 17 00:00:00 2001 From: David Palm Date: Thu, 24 Sep 2020 09:33:48 +0200 Subject: [PATCH] Add pallet-staking/std to the std feature --- test-node/runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test-node/runtime/Cargo.toml b/test-node/runtime/Cargo.toml index 51f65ac79a..a75d1cde3f 100644 --- a/test-node/runtime/Cargo.toml +++ b/test-node/runtime/Cargo.toml @@ -52,6 +52,7 @@ std = [ "pallet-balances/std", "pallet-grandpa/std", "pallet-randomness-collective-flip/std", + "pallet-staking/std", "pallet-sudo/std", "pallet-timestamp/std", "pallet-transaction-payment/std",