Skip to content

Commit a9a55d7

Browse files
authored
Merge pull request #489 from knaperek/fix-docs-p2p-port
Fix error message referring to the old p2p-port option
2 parents c39fa7c + c881a81 commit a9a55d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/net/node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4564,7 +4564,7 @@ namespace graphene { namespace net { namespace detail {
45644564
error_message_stream << "Unable to listen for connections on port " << listen_endpoint.port()
45654565
<< ", retrying in a few seconds\n";
45664566
error_message_stream << "You can wait for it to become available, or restart this program using\n";
4567-
error_message_stream << "the --p2p-port option to specify another port\n";
4567+
error_message_stream << "the --p2p-endpoint option to specify another port\n";
45684568
first = false;
45694569
}
45704570
else

0 commit comments

Comments
 (0)