From f47afff5b7cc8a5edba83d1e9708709e19b6bd51 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:08:43 +0100 Subject: [PATCH] Fix: typos Fix: typos --- tests/rpc/rpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rpc/rpc.go b/tests/rpc/rpc.go index 63670a4d..9cab43b2 100644 --- a/tests/rpc/rpc.go +++ b/tests/rpc/rpc.go @@ -356,7 +356,7 @@ func testGetBestBlockHeight(t *testing.T, h *TestHandler) { return } } - t.Error("GetBestBlockHeigh() didn't get the the best heigh") + t.Error("GetBestBlockHeight() didn't get the best height") } func testGetBlockHeader(t *testing.T, h *TestHandler) {