Rename module/etc to eyes as well
This commit is contained in:
parent
0133723aca
commit
ade9d4527b
|
@ -8,7 +8,7 @@ import (
|
|||
"github.com/tendermint/basecoin"
|
||||
"github.com/tendermint/basecoin/cmd/basecoin/commands"
|
||||
"github.com/tendermint/basecoin/modules/base"
|
||||
"github.com/tendermint/basecoin/modules/etc"
|
||||
"github.com/tendermint/basecoin/modules/eyes"
|
||||
"github.com/tendermint/basecoin/stack"
|
||||
)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
rpccmd "github.com/tendermint/basecoin/client/commands/rpc"
|
||||
"github.com/tendermint/basecoin/client/commands/seeds"
|
||||
txcmd "github.com/tendermint/basecoin/client/commands/txs"
|
||||
etccmd "github.com/tendermint/basecoin/modules/etc/commands"
|
||||
etccmd "github.com/tendermint/basecoin/modules/eyes/commands"
|
||||
)
|
||||
|
||||
// EyesCli - main basecoin client command
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
"github.com/tendermint/basecoin/client/commands"
|
||||
"github.com/tendermint/basecoin/client/commands/query"
|
||||
"github.com/tendermint/basecoin/modules/etc"
|
||||
"github.com/tendermint/basecoin/modules/eyes"
|
||||
"github.com/tendermint/basecoin/stack"
|
||||
)
|
||||
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/tendermint/basecoin/client/commands"
|
||||
"github.com/tendermint/basecoin/client/commands/txs"
|
||||
"github.com/tendermint/basecoin/modules/etc"
|
||||
"github.com/tendermint/basecoin/modules/eyes"
|
||||
)
|
||||
|
||||
// SetTxCmd is CLI command to set data
|
Loading…
Reference in New Issue