mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 23:01:01 +00:00
Refactor candidate validation messages (#2219)
This commit is contained in:
@@ -73,13 +73,13 @@ impl Subsystem1 {
|
||||
commitments_hash: Hash::zero(),
|
||||
};
|
||||
|
||||
let msg = CandidateValidationMessage::ValidateFromChainState(
|
||||
let msg = CandidateValidationMessage::ValidateFromChainState {
|
||||
candidate_receipt,
|
||||
PoV { block_data: BlockData(Vec::new()) }.into(),
|
||||
Default::default(),
|
||||
PvfExecTimeoutKind::Backing,
|
||||
tx,
|
||||
);
|
||||
pov: PoV { block_data: BlockData(Vec::new()) }.into(),
|
||||
executor_params: Default::default(),
|
||||
exec_timeout_kind: PvfExecTimeoutKind::Backing,
|
||||
response_sender: tx,
|
||||
};
|
||||
ctx.send_message(msg).await;
|
||||
}
|
||||
()
|
||||
|
||||
Reference in New Issue
Block a user