move from tendermint/tendermint

This commit is contained in:
Ethan Buchman
2016-01-12 16:50:06 -05:00
parent c52524a215
commit 3d59e13dd8
10 changed files with 1101 additions and 1 deletions

7
client/log.go Normal file
View File

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