mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-06-06 06:06:43 +00:00
remove unused function
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
6c7ccd47ee
commit
3e18324004
@ -13,7 +13,6 @@ import (
|
|||||||
"github.com/cosmos/cosmos-sdk/client/flags"
|
"github.com/cosmos/cosmos-sdk/client/flags"
|
||||||
"github.com/cosmos/cosmos-sdk/crypto/hd"
|
"github.com/cosmos/cosmos-sdk/crypto/hd"
|
||||||
"github.com/cosmos/cosmos-sdk/crypto/keyring"
|
"github.com/cosmos/cosmos-sdk/crypto/keyring"
|
||||||
"github.com/cosmos/cosmos-sdk/crypto/types"
|
|
||||||
bank "github.com/cosmos/cosmos-sdk/x/bank/client/cli"
|
bank "github.com/cosmos/cosmos-sdk/x/bank/client/cli"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/suite"
|
"github.com/stretchr/testify/suite"
|
||||||
@ -118,11 +117,6 @@ func (s *E2ETestSuite) TearDownSuite() {
|
|||||||
s.T().Log("tearing down e2e test suite")
|
s.T().Log("tearing down e2e test suite")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Needed to export private key from Keyring
|
|
||||||
type unsafeExporter interface {
|
|
||||||
ExportPrivateKeyObject(uid string) (types.PrivKey, error)
|
|
||||||
}
|
|
||||||
|
|
||||||
// TestNotarizeAsset notarizes asset over cli
|
// TestNotarizeAsset notarizes asset over cli
|
||||||
func (s *E2ETestSuite) TestNotarizeAsset() {
|
func (s *E2ETestSuite) TestNotarizeAsset() {
|
||||||
val := s.network.Validators[0]
|
val := s.network.Validators[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user