Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
try fixing hrmp_watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Sep 24, 2021
1 parent 819ac1c commit 9a03040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/core/backing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ impl CandidateBackingJob {
new_validation_code: None,
head_data: vec![1, 2, 3, 4, 5].into(),
processed_downward_messages: 0,
hrmp_watermark: validation_data.relay_parent_number - 1,
hrmp_watermark: validation_data.relay_parent_number,
};
let malicious_candidate = CommittedCandidateReceipt {
descriptor: CandidateDescriptor {
Expand Down

0 comments on commit 9a03040

Please sign in to comment.