Skip to content

Commit

Permalink
unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 23, 2024
1 parent 4f1275e commit 030dfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chia-datalayer/src/merkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ impl MerkleBlob {

match insert_location {
InsertLocation::Auto {} => {
panic!("this should have been caught and processed above")
unreachable!("this should have been caught and processed above")
}
InsertLocation::AsRoot {} => {
if !self.key_to_index.is_empty() {
Expand Down

0 comments on commit 030dfc4

Please sign in to comment.