diff --git a/ldb/boundary_test.go b/ldb/boundary_test.go index 198fb87b..dc0bdd06 100644 --- a/ldb/boundary_test.go +++ b/ldb/boundary_test.go @@ -36,7 +36,7 @@ func TestEmptyDB(t *testing.T) { sha, height, err := db.NewestSha() if !sha.IsEqual(&btcwire.ShaHash{}) { - t.Errorf("sha not nil") + t.Errorf("sha not zero hash") } if height != -1 { t.Errorf("height not -1 %v", height)