consensus: move pkg to internal

This commit is contained in:
Aleksandr Bezobchuk
2021-06-03 09:30:44 -04:00
parent 40fe4a3bf8
commit faea2f20aa
34 changed files with 15 additions and 15 deletions

View File

@@ -18,9 +18,9 @@ import (
_ "github.com/lib/pq" // provide the psql db driver
abci "github.com/tendermint/tendermint/abci/types"
cfg "github.com/tendermint/tendermint/config"
cs "github.com/tendermint/tendermint/consensus"
"github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/evidence"
cs "github.com/tendermint/tendermint/internal/consensus"
tmjson "github.com/tendermint/tendermint/libs/json"
"github.com/tendermint/tendermint/libs/log"
tmnet "github.com/tendermint/tendermint/libs/net"