fix: change proof functions to return values instead of pointers #5377
Annotations
4 errors
|
golangci-lint
issues found
|
|
golangci-lint:
consensus/propagation/types/types.go#L221
S1011: should replace loop with c.proofsCache = append(c.proofsCache, eproofs...) (staticcheck)
|
|
golangci-lint:
consensus/propagation/types/types.go#L212
S1011: should replace loop with c.proofsCache = append(c.proofsCache, proofs...) (staticcheck)
|
|
golangci-lint:
crypto/merkle/proof_test.go#L198
File is not properly formatted (gofmt)
|