hash: suppress staticcheck warning

This commit is contained in:
Roman Khimov 2021-05-12 22:52:32 +03:00
parent 4e651eaf83
commit d4a2f4d8b9

View file

@ -5,7 +5,7 @@ import (
"encoding/binary" "encoding/binary"
"github.com/nspcc-dev/neo-go/pkg/util" "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 // Hashable represents an object which can be hashed. Usually these objects