From ba3647d1710994843ac213c48e530de9a98e92a8 Mon Sep 17 00:00:00 2001 From: Nikita Khateev Date: Thu, 1 Aug 2024 21:11:08 +0400 Subject: [PATCH] Fix `txpool` feature for EVM template (#270) * correct txpool feature * fix toml --- evm-template/node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm-template/node/Cargo.toml b/evm-template/node/Cargo.toml index 2288829..0878bcc 100644 --- a/evm-template/node/Cargo.toml +++ b/evm-template/node/Cargo.toml @@ -108,7 +108,7 @@ try-runtime = [ "polkadot-cli/try-runtime", "sp-runtime/try-runtime", ] -txpool = [] +txpool = [ "fc-rpc/txpool" ] [lints] workspace = true