mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Use Pin<Box<>> for collation future (#1792)
This commit is contained in:
@@ -407,7 +407,7 @@ mod tests {
|
||||
Arc::new(CollationGenerationConfig {
|
||||
key: CollatorPair::generate().0,
|
||||
collator: Box::new(|_: Hash, _vd: &ValidationData| {
|
||||
Box::new(TestCollator)
|
||||
TestCollator.boxed()
|
||||
}),
|
||||
para_id: para_id.into(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user