mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 20:06:24 +00:00
Package import path change
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
+1
-1
@@ -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