libs/time: move types/time into libs (#6595)

This commit is contained in:
Sam Kleinman
2021-06-17 16:02:31 -04:00
committed by GitHub
parent 09a409df9c
commit a6b30faf35
28 changed files with 27 additions and 27 deletions

View File

@@ -28,13 +28,13 @@ import (
"github.com/tendermint/tendermint/internal/test/factory"
"github.com/tendermint/tendermint/libs/log"
tmrand "github.com/tendermint/tendermint/libs/rand"
tmtime "github.com/tendermint/tendermint/libs/time"
"github.com/tendermint/tendermint/privval"
"github.com/tendermint/tendermint/proxy"
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/state/indexer"
"github.com/tendermint/tendermint/store"
"github.com/tendermint/tendermint/types"
tmtime "github.com/tendermint/tendermint/types/time"
)
func TestNodeStartStop(t *testing.T) {