crypto: fix keys's internal package import path (#7198)
Closes: #7197 Co-authored-by: SaReN <sahithnarahari@gmail.com>
This commit is contained in:
parent
5ee4fad501
commit
52ffb269ad
|
@ -3,8 +3,9 @@
|
|||
package secp256k1
|
||||
|
||||
import (
|
||||
"github.com/cosmos/cosmos-sdk/crypto/secp256k1/internal/secp256k1"
|
||||
"github.com/tendermint/tendermint/crypto"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1/internal/secp256k1"
|
||||
)
|
||||
|
||||
// Sign creates an ECDSA signature on curve Secp256k1, using SHA256 on the msg.
|
||||
|
|
Loading…
Reference in New Issue