We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab01147 commit d6f57e0Copy full SHA for d6f57e0
chia/cmds/peer_funcs.py
@@ -20,7 +20,7 @@ async def add_node_connection(rpc_client: RpcClient, add_connection: str) -> Non
20
except Exception:
21
print(f"Failed to connect to {host}:{port}")
22
except ValueError:
23
- 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")
24
25
26
async def remove_node_connection(rpc_client: RpcClient, remove_connection: str) -> None:
0 commit comments