remote_client -> socket_client; use logger

This commit is contained in:
Ethan Buchman
2016-08-10 17:49:15 -04:00
parent 58bacfb04e
commit d3bdb49aae
3 changed files with 51 additions and 43 deletions

7
client/log.go Normal file
View File

@ -0,0 +1,7 @@
package tmspcli
import (
"github.com/tendermint/go-logger"
)
var log = logger.New("module", "tmspcli")