state: move package to internal (#6964)

This commit is contained in:
Sam Kleinman
2021-09-22 13:04:25 -04:00
committed by GitHub
parent 638346500d
commit 1c4950dbd2
138 changed files with 154 additions and 154 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/assert"
tmState "github.com/tendermint/tendermint/state"
tmState "github.com/tendermint/tendermint/internal/state"
"github.com/tendermint/tendermint/types"
)