Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Aug 23, 2022
1 parent d43c9be commit 1ab283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/proof_of_work/sha3_pow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ pub mod test {
fn validate_max_target() {
let mut header = get_header();
header.nonce = 1;
assert_eq!(sha3_difficulty(&header), Difficulty::from(1));
assert_eq!(sha3_difficulty(&header), Difficulty::from(3));
}
}

0 comments on commit 1ab283c

Please sign in to comment.