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

View File

@@ -16,7 +16,7 @@ import (
tmmath "github.com/tendermint/tendermint/libs/math"
service "github.com/tendermint/tendermint/libs/service"
rpcclient "github.com/tendermint/tendermint/rpc/client"
ctypes "github.com/tendermint/tendermint/rpc/core/types"
ctypes "github.com/tendermint/tendermint/rpc/coretypes"
rpctypes "github.com/tendermint/tendermint/rpc/jsonrpc/types"
"github.com/tendermint/tendermint/types"
)