mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
allow asynchronous collation (#290)
* allow asynchronous collation * remove unnecessary leading colons Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com> * remove unneeded bound * Fixes compilation
This commit is contained in:
committed by
Bastian Köcher
parent
cab12b60c1
commit
bc59254f41
@@ -45,6 +45,8 @@ struct AdderContext {
|
||||
|
||||
/// The parachain context.
|
||||
impl ParachainContext for AdderContext {
|
||||
type ProduceCandidate = Result<(BlockData, HeadData, Extrinsic), InvalidHead>;
|
||||
|
||||
fn produce_candidate<I: IntoIterator<Item=(ParaId, Message)>>(
|
||||
&self,
|
||||
last_head: HeadData,
|
||||
|
||||
Reference in New Issue
Block a user