mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-13 00:01:02 +00:00
Fix txpool feature for EVM template (#270)
* correct txpool feature * fix toml
This commit is contained in:
committed by
Gustavo Gonzalez
parent
1d429ee3ea
commit
ba3647d171
@@ -108,7 +108,7 @@ try-runtime = [
|
||||
"polkadot-cli/try-runtime",
|
||||
"sp-runtime/try-runtime",
|
||||
]
|
||||
txpool = []
|
||||
txpool = [ "fc-rpc/txpool" ]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user