mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
@ -6,13 +6,11 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
cmn "github.com/tendermint/tmlibs/common"
|
||||
"github.com/tendermint/tmlibs/log"
|
||||
monitor "github.com/tendermint/tools/tm-monitor/monitor"
|
||||
cmn "github.com/tendermint/tendermint/libs/common"
|
||||
"github.com/tendermint/tendermint/libs/log"
|
||||
monitor "github.com/tendermint/tendermint/tools/tm-monitor/monitor"
|
||||
)
|
||||
|
||||
var version = "0.4.0"
|
||||
|
||||
var logger = log.NewNopLogger()
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user