Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into bernhard-remove-pro…
…visioner-checks
  • Loading branch information
drahnr committed Nov 11, 2021
commit b6a941a5722f2f20aaceddcd58018ea70c04699f
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node/network/collator-protocol/src/validator_side/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1461,8 +1461,8 @@ async fn poll_collation_response(
"Got wrong para ID for requested collation."
);

modify_reputation(ctx, pending_collation.peer_id.clone(), COST_WRONG_PARA).await;
},
CollationFetchResult::Error(COST_WRONG_PARA)
}
Ok(CollationFetchingResponse::Collation(receipt, pov)) => {
tracing::debug!(
target: LOG_TARGET,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.