good morning!!!!

Skip to content
Snippets Groups Projects
Commit d98c45f7 authored by Wuxiang's avatar Wuxiang Committed by Péter Szilágyi
Browse files

core: fix a typo (#17941)

parent aeb73362
Branches
Tags
No related merge requests found
......@@ -278,7 +278,7 @@ func ReadReceipts(db DatabaseReader, hash common.Hash, number uint64) types.Rece
if len(data) == 0 {
return nil
}
// Convert the revceipts from their storage form to their internal representation
// Convert the receipts from their storage form to their internal representation
storageReceipts := []*types.ReceiptForStorage{}
if err := rlp.DecodeBytes(data, &storageReceipts); err != nil {
log.Error("Invalid receipt array RLP", "hash", hash, "err", err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment