Update error message for zero hash change.

This commit is contained in:
Dave Collins 2013-09-10 10:47:49 -05:00
parent d9404fe880
commit 9049bcacec

View file

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