mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
core/rawdb: fix typo in TestWriteAncientHeaderChain (#32587)
This commit is contained in:
parent
b340103e9d
commit
110b4e13c5
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ func TestWriteAncientHeaderChain(t *testing.T) {
|
|||
t.Fatalf("unexpected body returned")
|
||||
}
|
||||
if blob := ReadReceiptsRLP(db, header.Hash(), header.Number.Uint64()); len(blob) != 0 {
|
||||
t.Fatalf("unexpected body returned")
|
||||
t.Fatalf("unexpected receipts returned")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue