Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chia/cmds/peer_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def add_node_connection(rpc_client: RpcClient, add_connection: str) -> Non
except Exception:
print(f"Failed to connect to {host}:{port}")
except ValueError:
print("Enter a valid IP and port in the following format: 10.5.4.3:8000")
print("Enter a valid IP and port in the following format: 10.5.4.3:8444 or [2606:f6c0:80:5::a]:8444")


async def remove_node_connection(rpc_client: RpcClient, remove_connection: str) -> None:
Expand Down
Loading