Skip to content

Commit

Permalink
remove custom errors
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Feb 17, 2022
1 parent d301a73 commit 428489a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions venus-shared/types/padded_byte.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
package types

import (
"errors"

"github.com/filecoin-project/go-state-types/abi"
"golang.org/x/xerrors"
)

var ErrSectorNotFound = errors.New("sector not found")

type UnpaddedByteIndex uint64

func (i UnpaddedByteIndex) Padded() PaddedByteIndex {
Expand Down

0 comments on commit 428489a

Please sign in to comment.