Skip to content

Commit

Permalink
fix ValidateForData
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Oct 16, 2024
1 parent e7b37c2 commit b3ef1a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions share/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ func (n Namespace) ValidateForData() error {
if !n.IsUsableNamespace() {
return fmt.Errorf("invalid data namespace(%s): parity and tail padding namespace are forbidden", n)
}
if n.IsReserved() {
return fmt.Errorf("invalid data namespace(%s): reserved namespace is forbidden", n)
}
return nil
}

Expand Down

0 comments on commit b3ef1a5

Please sign in to comment.