Skip to content

Commit

Permalink
review: fix incorrect copy pasta comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Aug 11, 2023
1 parent 8ab7494 commit 8ce5df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/chain_storage/blockchain_database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2877,7 +2877,7 @@ mod test {
let block = orphan_chain_b.get("2b").unwrap().clone();
assert!(access.contains(&DbKey::BlockHash(*block.hash())).unwrap());

// Check 7d is the tip
// Check 12b is the tip
let block = orphan_chain_b.get("12b").unwrap().clone();
let tip = access.fetch_tip_header().unwrap();
assert_eq!(tip.hash(), block.hash());
Expand Down

0 comments on commit 8ce5df4

Please sign in to comment.