Fix: typos

Fix: typos
This commit is contained in:
omahs 2023-01-06 15:08:43 +01:00 committed by Martin
parent 2ce0c19227
commit f47afff5b7

View File

@ -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) {