style: make lint-fix everything (#15631)
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
d9e04c56c6
commit
b009a75eea
@@ -20,6 +20,6 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
|
||||
var priv *cryptotypes.PrivKey
|
||||
registry.RegisterInterface("cosmos.crypto.PrivKey", priv)
|
||||
registry.RegisterImplementations(priv, &secp256k1.PrivKey{})
|
||||
registry.RegisterImplementations(priv, &ed25519.PrivKey{}) //nolint
|
||||
registry.RegisterImplementations(priv, &ed25519.PrivKey{})
|
||||
secp256r1.RegisterInterfaces(registry)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user