Skip to content

Commit

Permalink
feat(SPV-879): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain committed Jun 19, 2024
1 parent cd39242 commit 8fcfb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func CheckIfXPrivExists() {
}
}

// CheckIfXPubExists - checks if ExampleXPub is not
// CheckIfXPubExists - checks if ExampleXPub is not empty
func CheckIfXPubExists() {
if ExampleXPub == "" {
printMissingKeyError("xPub")
Expand Down

0 comments on commit 8fcfb8c

Please sign in to comment.