mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
Refactor to move common libraries out of project
This commit is contained in:
@@ -2,7 +2,7 @@ package types
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
. "github.com/tendermint/tendermint/common"
|
||||
. "github.com/tendermint/go-common"
|
||||
)
|
||||
|
||||
//------------------------------------------------------------------------------------------------
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package types
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/wire"
|
||||
"github.com/tendermint/go-wire"
|
||||
)
|
||||
|
||||
//---------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user