This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
pvf: We don't add an execution request when retrying preparation #6535
Labels
I3-bug
Fails to follow expected behavior.
ISSUE
Overview
On repeated execution requests where the preparation previously failed, we retry the preparation under certain conditions:
https://github.com/paritytech/polkadot/blob/30005e6b6e/node/core/pvf/src/host.rs#L527
However, I noticed that we don't do anything with
result_tx
in this case. I think we are missing a line:I can't remember if there was a reason I left this out, but it seems like a mistake. cc @slumber
The text was updated successfully, but these errors were encountered: