mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 18:51:39 +00:00
Package import path change
This commit is contained in:
@ -2,7 +2,7 @@ package binary
|
||||
|
||||
import (
|
||||
"github.com/tendermint/log15"
|
||||
"github.com/tendermint/tendermint2/logger"
|
||||
"github.com/tendermint/tendermint/logger"
|
||||
)
|
||||
|
||||
var log = logger.New("module", "binary")
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
. "github.com/tendermint/tendermint2/common"
|
||||
. "github.com/tendermint/tendermint/common"
|
||||
)
|
||||
|
||||
type TypeInfo struct {
|
||||
|
Reference in New Issue
Block a user