Skip to content

Commit

Permalink
wallet: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 29, 2023
1 parent b56c19a commit b4ebe69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const (
)

var (
// ErrNotEnoughFunds is returned when there are not enough unspent outputs
// to fund a transaction.
ErrNotEnoughFunds = errors.New("not enough funds")
)

Expand Down

0 comments on commit b4ebe69

Please sign in to comment.