From 8fcfb8cffbcc0e581c38fe82cd962213112aa6d8 Mon Sep 17 00:00:00 2001 From: Krzysztof Tomecki <152964795+chris-4chain@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:50:25 +0200 Subject: [PATCH] feat(SPV-879): fix typo --- examples/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/utils.go b/examples/utils.go index 6f1f2a1..0fb323e 100644 --- a/examples/utils.go +++ b/examples/utils.go @@ -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")