mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-18 22:14:35 +00:00
CloseListener() actually closes the listener
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ func cliListProcesses(c *cli.Context) {
|
||||
func cliOpenListener(c *cli.Context) {
|
||||
args := c.Args()
|
||||
if len(args) < 1 {
|
||||
Exit("Must specify <listenAddr e.g. 0.0.0.0:46660>")
|
||||
Exit("Must specify <listenAddr e.g. [::]:46661>")
|
||||
}
|
||||
listenAddr := args[0]
|
||||
command := btypes.CommandOpenListener{
|
||||
|
||||
Reference in New Issue
Block a user