mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Make ParachainContext take self as mutable (#458)
This replicates changes to `Environment`/`Proposer` that are used internally at Cumulus.
This commit is contained in:
committed by
Robert Habermeier
parent
dd0009a006
commit
cb4875ec81
@@ -56,7 +56,7 @@ impl ParachainContext for AdderContext {
|
||||
type ProduceCandidate = Result<(BlockData, HeadData, OutgoingMessages), InvalidHead>;
|
||||
|
||||
fn produce_candidate<I: IntoIterator<Item=(ParaId, Message)>>(
|
||||
&self,
|
||||
&mut self,
|
||||
_relay_parent: Hash,
|
||||
status: ParachainStatus,
|
||||
ingress: I,
|
||||
|
||||
Reference in New Issue
Block a user