Skip to content

Commit

Permalink
tapgarden: remove unused error type
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Sep 21, 2023
1 parent d74cdf5 commit 870807f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tapgarden/seedling.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ var (
// TODO(roasbeef): make proper error type struct?
ErrInvalidAssetType = fmt.Errorf("invalid asset type")

// ErrNoAssetName is returned if an asset request doesn't have a valid
// name.
ErrNoAssetName = fmt.Errorf("asset name cannot be blank")

// ErrInvalidAssetAmt is returned in an asset request has an invalid
// amount.
ErrInvalidAssetAmt = fmt.Errorf("asset amt cannot be zero")
Expand Down

0 comments on commit 870807f

Please sign in to comment.