Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standard trace bad block to file #1403

Merged
merged 19 commits into from
Sep 29, 2020
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
fix pipeline
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
  • Loading branch information
matkt committed Sep 28, 2020
commit 99b9b4c7334ef51da5e4b040f8fe9f22ef8c253e
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public Collection<Block> getBadBlocks() {
/**
* Return an invalid block based on the hash
*
* @param hash of the block
* @return an invalid block
*/
public Optional<Block> getBadBlocks(final Hash hash) {
Expand Down