Better dupe detection (#13992)
This commit is contained in:
@@ -26,4 +26,7 @@ pub enum BlockError {
|
||||
/// that each block has the same number of hashes
|
||||
#[error("trailing entry")]
|
||||
TrailingEntry,
|
||||
|
||||
#[error("duplicate block")]
|
||||
DuplicateBlock,
|
||||
}
|
||||
|
Reference in New Issue
Block a user