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

@@ -3,7 +3,7 @@ package commands
import (
"github.com/spf13/cobra"
"github.com/tendermint/tendermint/consensus"
"github.com/tendermint/tendermint/internal/consensus"
)
// ReplayCmd allows replaying of messages from the WAL.