Skip to content

Commit 16a1171

Browse files
committed
fix merge issue
1 parent 1506648 commit 16a1171

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

primitives/src/validator.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ impl AsRef<[u8]> for ValidatorId {
4444
}
4545
}
4646

47-
impl From<&[u8; 20]> for ValidatorId {
48-
fn from(bytes: &[u8; 20]) -> Self {
49-
Self(*bytes)
50-
}
51-
}
52-
5347
impl TryFrom<&str> for ValidatorId {
5448
type Error = DomainError;
5549
fn try_from(value: &str) -> Result<Self, Self::Error> {

0 commit comments

Comments
 (0)