all: fix docstring names (#28923)

* fix wrong comment

* reviewers input

* Update log/handler_glog.go

---------

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
zoereco
2024-02-07 21:10:49 +01:00
committed by GitHub
co-authored by Martin HS
parent 69f5d5ba1f
commit 2ab365f6d8
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ func (b *BlockGen) SetDifficulty(diff *big.Int) {
b.header.Difficulty = diff
}
// SetPos makes the header a PoS-header (0 difficulty)
// SetPoS makes the header a PoS-header (0 difficulty)
func (b *BlockGen) SetPoS() {
b.header.Difficulty = new(big.Int)
}