refactor!: migrate Cosmos SDK to CometBFT (#14897)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
tmrand "github.com/tendermint/tendermint/libs/rand"
|
||||
tmrand "github.com/cometbft/cometbft/libs/rand"
|
||||
)
|
||||
|
||||
func randCompactBitArray(bits int) (*CompactBitArray, []byte) {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package types
|
||||
|
||||
import (
|
||||
tmcrypto "github.com/cometbft/cometbft/crypto"
|
||||
proto "github.com/cosmos/gogoproto/proto"
|
||||
tmcrypto "github.com/tendermint/tendermint/crypto"
|
||||
)
|
||||
|
||||
// PubKey defines a public key and extends proto.Message.
|
||||
|
||||
Reference in New Issue
Block a user