Fix txpool feature for EVM template (#270)

* correct txpool feature

* fix toml
This commit is contained in:
Nikita Khateev
2024-08-01 21:11:08 +04:00
committed by Gustavo Gonzalez
parent 1d429ee3ea
commit ba3647d171
+1 -1
View File
@@ -108,7 +108,7 @@ try-runtime = [
"polkadot-cli/try-runtime",
"sp-runtime/try-runtime",
]
txpool = []
txpool = [ "fc-rpc/txpool" ]
[lints]
workspace = true