accouts, consensus, core: fix some comments (#21617)

This commit is contained in:
mr_franklin
2020-10-12 21:02:38 +08:00
committed by GitHub
parent 86dd005544
commit 66c3eb2f1a
5 changed files with 7 additions and 7 deletions

View File

@ -423,7 +423,7 @@ func TestClique(t *testing.T) {
})
// Iterate through the blocks and seal them individually
for j, block := range blocks {
// Geth the header and prepare it for signing
// Get the header and prepare it for signing
header := block.Header()
if j > 0 {
header.ParentHash = blocks[j-1].Hash()