mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
Garbage collect DBProvider (unoptimized); Certifier creation takes a client
This commit is contained in:
@@ -68,7 +68,7 @@ func runProxy(cmd *cobra.Command, args []string) error {
|
||||
// First, connect a client
|
||||
node := rpcclient.NewHTTP(nodeAddr, "/websocket")
|
||||
|
||||
cert, err := proxy.GetCertifier(chainID, home, nodeAddr)
|
||||
cert, err := proxy.GetCertifier(chainID, home, node)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user