Fix P2P port/endpoint error message

This commit is contained in:
serkixenos 2022-05-09 16:07:07 +02:00
parent d78e0d0e48
commit bcdb355f48

View file

@ -4581,7 +4581,7 @@ namespace graphene { namespace net { namespace detail {
error_message_stream << "Unable to listen for connections on port " << listen_endpoint.port()
<< ", retrying in a few seconds\n";
error_message_stream << "You can wait for it to become available, or restart this program using\n";
error_message_stream << "the --p2p-port option to specify another port\n";
error_message_stream << "the --p2p-endpoint option to specify another port\n";
first = false;
}
else