Skip to content

Commit

Permalink
Fix txpool feature for EVM template (#270)
Browse files Browse the repository at this point in the history
* correct txpool feature

* fix toml
  • Loading branch information
KitHat authored and ggonzalez94 committed Aug 7, 2024
1 parent 1d429ee commit ba3647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm-template/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ try-runtime = [
"polkadot-cli/try-runtime",
"sp-runtime/try-runtime",
]
txpool = []
txpool = [ "fc-rpc/txpool" ]

[lints]
workspace = true

0 comments on commit ba3647d

Please sign in to comment.