refactor: p2p Message logs have log level TRACE #56
Annotations
9 errors
staticcheck:
peer.go#L271
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012)
|
staticcheck:
peer.go#L654
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012)
|
staticcheck:
peer.go#L666
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012)
|
staticcheck:
peer.go#L749
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012)
|
staticcheck:
peer.go#L751
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012)
|
staticcheck:
peer.go#L753
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012)
|
staticcheck:
peer.go#L755
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012)
|
staticcheck:
peer.go#L757
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012)
|
staticcheck
Process completed with exit code 1.
|
Loading