mirror of
https://github.com/fluencelabs/tendermint
synced 2025-08-01 04:31:57 +00:00
CloseListener() actually closes the listener
This commit is contained in:
@@ -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