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,6 +28,7 @@ import (
tmpubsub "github.com/tendermint/tendermint/libs/pubsub"
"github.com/tendermint/tendermint/libs/service"
"github.com/tendermint/tendermint/libs/strings"
tmtime "github.com/tendermint/tendermint/libs/time"
"github.com/tendermint/tendermint/light"
"github.com/tendermint/tendermint/privval"
tmgrpc "github.com/tendermint/tendermint/privval/grpc"
@@ -39,7 +40,6 @@ import (
"github.com/tendermint/tendermint/state/indexer"
"github.com/tendermint/tendermint/store"
"github.com/tendermint/tendermint/types"
tmtime "github.com/tendermint/tendermint/types/time"
)
// nodeImpl is the highest level interface to a full Tendermint node.