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