mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 00:46:32 +00:00
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
This commit is contained in:
7
rpc/core_client/log.go
Normal file
7
rpc/core_client/log.go
Normal file
@ -0,0 +1,7 @@
|
||||
package core_client
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
|
||||
)
|
||||
|
||||
var log = log15.New("module", "core_client")
|
Reference in New Issue
Block a user