proxy: move proxy package to internal

This commit is contained in:
tycho garen
2021-09-16 11:41:47 -04:00
parent b0684bd300
commit e4f21036c2
45 changed files with 59 additions and 55 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
mempl "github.com/tendermint/tendermint/internal/mempool"
"github.com/tendermint/tendermint/libs/log"
tmstate "github.com/tendermint/tendermint/proto/tendermint/state"
"github.com/tendermint/tendermint/proxy"
"github.com/tendermint/tendermint/internal/proxy"
"github.com/tendermint/tendermint/types"
)