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)