s/abcicli/abciclient/

This commit is contained in:
tycho garen
2021-09-17 14:29:05 -04:00
parent 9e18d0c9f4
commit 152f2ac807
43 changed files with 233 additions and 230 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ import (
"github.com/spf13/viper"
"google.golang.org/grpc"
abcicli "github.com/tendermint/tendermint/abci/client"
abciclient "github.com/tendermint/tendermint/abci/client"
"github.com/tendermint/tendermint/abci/server"
"github.com/tendermint/tendermint/config"
"github.com/tendermint/tendermint/crypto/ed25519"
@@ -130,7 +130,7 @@ func startNode(cfg *Config) error {
n, err := node.New(tmcfg,
nodeLogger,
abcicli.NewLocalClientCreator(app),
abciclient.NewLocalClientCreator(app),
nil,
)
if err != nil {