mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
Refactor to move common libraries out of project
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
|
||||
package core_client
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
|
||||
"github.com/tendermint/log15"
|
||||
)
|
||||
|
||||
var log = log15.New("module", "core_client")
|
||||
|
Reference in New Issue
Block a user