Skip to content

Commit

Permalink
correcting lint
Browse files Browse the repository at this point in the history
  • Loading branch information
augustync committed Oct 22, 2024
1 parent 705432d commit fad1b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/spverrors/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ var ErrUtxoNotReserved = models.SPVError{Message: "transaction utxo has not been
// ErrCouldNotFindXpub is when could not find xpub
var ErrCouldNotFindXpub = models.SPVError{Message: "xpub not found", StatusCode: 404, Code: "error-xpub-not-found"}

// ErrCouldNotFindXpubs is when could not count xpubs
// ErrCouldNotCountXpubs is when could not count xpubs
var ErrCouldNotCountXpubs = models.SPVError{Message: "failed xpubs count", StatusCode: 500, Code: "error-xpubs-count-failed"}

// ErrXpubInvalidLength is when the length of the xpub does not match the desired length
Expand Down

0 comments on commit fad1b06

Please sign in to comment.