eth/fetcher: linter linter linter linter linter

This commit is contained in:
Péter Szilágyi 2023-10-06 15:47:17 +03:00
parent 661b7b288a
commit 57660188af

View file

@ -47,7 +47,7 @@ type announce struct {
size *uint32 size *uint32
} }
func typeptr(t byte) *byte { b := byte(t); return &b } func typeptr(t byte) *byte { return &t }
func sizeptr(n uint32) *uint32 { return &n } func sizeptr(n uint32) *uint32 { return &n }
type doTxNotify struct { type doTxNotify struct {