RPC refactor to separate core from core_client and the rest of RPC.

Other random changes.
This commit is contained in:
Jae Kwon
2015-04-07 11:44:25 -07:00
parent f271ab7256
commit cc18136af8
27 changed files with 1015 additions and 414 deletions

7
node/log.go Normal file
View File

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