Skip to content

Commit 110b4e1

Browse files
authored
core/rawdb: fix typo in TestWriteAncientHeaderChain (ethereum#32587)
1 parent b340103 commit 110b4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rawdb/accessors_chain_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ func TestWriteAncientHeaderChain(t *testing.T) {
511511
t.Fatalf("unexpected body returned")
512512
}
513513
if blob := ReadReceiptsRLP(db, header.Hash(), header.Number.Uint64()); len(blob) != 0 {
514-
t.Fatalf("unexpected body returned")
514+
t.Fatalf("unexpected receipts returned")
515515
}
516516
}
517517
}

0 commit comments

Comments
 (0)