Moved basecoin server commands out of examples dir to share them

This commit is contained in:
Ethan Frey
2017-09-04 16:50:09 +02:00
parent 23a539ae6f
commit ec6843928e
11 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"github.com/tendermint/tmlibs/cli"
client "github.com/cosmos/cosmos-sdk/client/commands"
"github.com/cosmos/cosmos-sdk/examples/basecoin/cmd/basecoin/commands"
"github.com/cosmos/cosmos-sdk/server/commands"
"github.com/cosmos/cosmos-sdk/examples/counter/plugins/counter"
)