mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 08:01:22 +00:00
Refactor to move common libraries out of project
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
|
||||
package blockchain
|
||||
|
||||
import (
|
||||
@ -5,7 +6,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
. "github.com/tendermint/tendermint/common"
|
||||
. "github.com/tendermint/go-common"
|
||||
"github.com/tendermint/tendermint/types"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user