mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
hash: suppress staticcheck warning
This commit is contained in:
parent
4e651eaf83
commit
d4a2f4d8b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue