mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 16:11:20 +00:00
RPC refactor to separate core from core_client and the rest of RPC.
Other random changes.
This commit is contained in:
7
node/log.go
Normal file
7
node/log.go
Normal file
@ -0,0 +1,7 @@
|
||||
package node
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/logger"
|
||||
)
|
||||
|
||||
var log = logger.New("module", "node")
|
Reference in New Issue
Block a user