some cleanup

This commit is contained in:
Ethan Buchman
2016-05-24 21:51:28 -04:00
parent 1ab3c74718
commit 516a929e5f
4 changed files with 43 additions and 61 deletions

View File

@ -15,7 +15,7 @@ import (
"github.com/tendermint/tmsp/types"
)
// clientection is a global variable so it can be reused by the console
// client is a global variable so it can be reused by the console
var client tmspcli.Client
func main() {
@ -28,8 +28,6 @@ func main() {
Value: "tcp://127.0.0.1:46658",
Usage: "address of application socket",
},
}
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "tmsp",
Value: "socket",