Refactor network transactions handling (#5939)

* change propagation

* add bound
This commit is contained in:
Nikolay Volf
2020-05-11 11:36:00 +03:00
committed by GitHub
parent f028c84a5b
commit 679c91e18c
4 changed files with 122 additions and 59 deletions
-1
View File
@@ -883,7 +883,6 @@ ServiceBuilder<
imports_external_transactions: !matches!(config.role, Role::Light),
pool: transaction_pool.clone(),
client: client.clone(),
executor: task_manager.spawn_handle(),
});
let protocol_id = {