golangci: enable/fix misspell
This commit is contained in:
parent
4f3ffe7290
commit
63f212f4b3
3 changed files with 3 additions and 2 deletions
|
@ -77,7 +77,7 @@ func TestAddBlock(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestRemoveOldTransfers(t *testing.T) {
|
||||
// Creating proper number of transfers/blocks takes unneccessary time, so emulate
|
||||
// Creating proper number of transfers/blocks takes unnecessary time, so emulate
|
||||
// some DB with stale entries.
|
||||
bc := newTestChain(t)
|
||||
h, err := bc.GetHeader(bc.GetHeaderHash(0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue