Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
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
Update client/network/src/protocol.rs
Co-Authored-By: Bastian Köcher <[email protected]>
  • Loading branch information
arkpar and bkchr authored Feb 25, 2020
commit 565b04bb77ce3fadd60b02ca5dc53559bca4fe6c
2 changes: 1 addition & 1 deletion client/network/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ impl<B: BlockT, H: ExHashT> Protocol<B, H> {
};
// Stop if we don't have requested block body
if get_body && block_data.body.is_none() {
trace!(target: "sync", "Missing data for block request. BODY: {}", block_data.body.is_some());
trace!(target: "sync", "Missing data for block request.");
break;
}
blocks.push(block_data);
Expand Down