mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
update to latest substrate - protocol API update (#130)
* update to latest substrate - protocol API update * nits * remove the wait on a future * use std mpsc for oneshot
This commit is contained in:
committed by
Gav Wood
parent
9fb22ce28d
commit
cdb2faf155
@@ -307,7 +307,7 @@ impl<P, E> Worker for CollationNode<P, E> where
|
||||
parachain_context,
|
||||
key,
|
||||
).map(move |collation| {
|
||||
network.with_spec(|spec, ctx| spec.add_local_collation(
|
||||
network.with_spec(move |spec, ctx| spec.add_local_collation(
|
||||
ctx,
|
||||
relay_parent,
|
||||
targets,
|
||||
|
||||
Reference in New Issue
Block a user