good morning!!!!

Skip to content
Snippets Groups Projects
Commit 504f88b6 authored by Hongbin Mao's avatar Hongbin Mao Committed by Péter Szilágyi
Browse files

core/rawdb: typo fix storea => stores (#19498)

* typo fix

* change to stores
parent 3873a731
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ func ReadBody(db ethdb.Reader, hash common.Hash, number uint64) *types.Body {
return body
}
// WriteBody storea a block body into the database.
// WriteBody stores a block body into the database.
func WriteBody(db ethdb.Writer, hash common.Hash, number uint64, body *types.Body) {
data, err := rlp.EncodeToBytes(body)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment