From 61d6a63c14acb83a120059b84068caf91efd6c67 Mon Sep 17 00:00:00 2001 From: "Dmitry K." Date: Fri, 21 Jun 2024 16:08:30 -0700 Subject: [PATCH] rollback to ensure the linter fails the CI run if issues found --- block_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block_test.go b/block_test.go index 2b9b795..4966910 100644 --- a/block_test.go +++ b/block_test.go @@ -5,7 +5,7 @@ import ( "fmt" ) -func ExampleBlockClient_LatestBlockHeight() { +func ExampleLatestBlockHeight() { poktFullNode, err := NewPoktNodeStatusFetcher("pokt-full-node-URL") if err != nil { fmt.Printf("Erorr creating a connection to POKT full node: %v\n", err)