Skip to content

Commit

Permalink
crypto: fix keys's internal package import path (cosmos#7198)
Browse files Browse the repository at this point in the history
Closes: cosmos#7197

Co-authored-by: SaReN <[email protected]>
  • Loading branch information
Alessio Treglia and sahith-narahari authored Aug 29, 2020
1 parent 5ee4fad commit 52ffb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crypto/keys/secp256k1/secp256k1_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module github.com/cosmos/cosmos-sdk

require (
github.com/99designs/keyring v1.1.5
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
github.com/armon/go-metrics v0.3.4
github.com/bgentry/speakeasy v0.1.0
github.com/btcsuite/btcd v0.20.1-beta
Expand Down

0 comments on commit 52ffb26

Please sign in to comment.