Moved all commands from light-client into basecoin

This commit is contained in:
Ethan Frey
2017-07-18 21:23:11 +02:00
parent f41aed4945
commit a9e4a94402
29 changed files with 1474 additions and 36 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/spf13/pflag"
"github.com/spf13/viper"
"github.com/tendermint/light-client/commands"
"github.com/tendermint/basecoin/commands"
"github.com/tendermint/basecoin"
bcmd "github.com/tendermint/basecoin/cmd/basecli/commands"