mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 14:47:16 +00:00
Refactor to move common libraries out of project
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
|
||||
package node
|
||||
|
||||
import (
|
||||
cfg "github.com/tendermint/tendermint/config"
|
||||
cfg "github.com/tendermint/go-config"
|
||||
)
|
||||
|
||||
var config cfg.Config = nil
|
||||
|
||||
Reference in New Issue
Block a user