good morning!!!!

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

core: fix typo in insertChain method doc (#19371)

parent 6caf3568
Branches
Tags
No related merge requests found
......@@ -1138,7 +1138,7 @@ func (bc *BlockChain) InsertChain(chain types.Blocks) (int, error) {
return n, err
}
// insertChain is the internal implementation of insertChain, which assumes that
// insertChain is the internal implementation of InsertChain, which assumes that
// 1) chains are contiguous, and 2) The chain mutex is held.
//
// This method is split out so that import batches that require re-injecting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment