aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/verify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/verify.go b/cmd/verify.go
index 260aaa1..17014db 100644
--- a/cmd/verify.go
+++ b/cmd/verify.go
@@ -142,7 +142,7 @@ func ValidateCommand(_ *cobra.Command, args []string) error {
fmt.Println("fail")
return err
}
- fmt.Printf("Block '%s' ranging from %d to %d matches!\n", getnode.PrevNodeSum, getnode.BlockStart, getnode.BlockEnd)
+ fmt.Printf("Block '%s' ranging from %d to %d matches!\n", node.PrevNodeSum, node.BlockStart, node.BlockEnd)
}