mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 04:28:01 +00:00
Full native build with new structure.
No tests yet. Wasm build still pulls in std.
This commit is contained in:
@@ -60,7 +60,7 @@ pub trait ParachainContext {
|
||||
fn produce_candidate<I: IntoIterator<Item=(ParaId, Message)>>(
|
||||
&self,
|
||||
ingress: I,
|
||||
) -> (parachain::BlockData, primitives::relay::Signature);
|
||||
) -> (parachain::BlockData, ::Signature);
|
||||
}
|
||||
|
||||
/// Relay chain context needed to collate.
|
||||
|
||||
Reference in New Issue
Block a user