From d4a2f4d8b9e028686e934fb31f31e2e6cd1e61a0 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 12 May 2021 22:52:32 +0300 Subject: [PATCH] hash: suppress staticcheck warning --- pkg/crypto/hash/hash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/crypto/hash/hash.go b/pkg/crypto/hash/hash.go index 06ce1f421..45f18c7fd 100644 --- a/pkg/crypto/hash/hash.go +++ b/pkg/crypto/hash/hash.go @@ -5,7 +5,7 @@ import ( "encoding/binary" "github.com/nspcc-dev/neo-go/pkg/util" - "golang.org/x/crypto/ripemd160" + "golang.org/x/crypto/ripemd160" //nolint:staticcheck // SA1019: package golang.org/x/crypto/ripemd160 is deprecated ) // Hashable represents an object which can be hashed. Usually these objects