Unverified Commit e526a15b authored by André Silva's avatar André Silva Committed by GitHub
Browse files

node: pass local authorship info to the transaction pool (#2385)

* node: pass local authorship to the transaction pool

* update substrate
parent 485ccc8d
Pipeline #123189 passed with stages
in 52 minutes and 51 seconds
This diff is collapsed.
......@@ -243,6 +243,7 @@ fn new_partial<RuntimeApi, Executor>(config: &mut Configuration, jaeger_agent: O
let transaction_pool = sc_transaction_pool::BasicPool::new_full(
config.transaction_pool.clone(),
config.role.is_authority().into(),
config.prometheus_registry(),
task_manager.spawn_handle(),
client.clone(),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment