Fix peer protocol display for 1.6
This commit is contained in:
@@ -1402,6 +1402,7 @@ void P2PServer::show_peers() const
|
||||
case PROTOCOL_VERSION_1_3: s << " p1.3"; break;
|
||||
case PROTOCOL_VERSION_1_4: s << " p1.4"; break;
|
||||
case PROTOCOL_VERSION_1_5: s << " p1.5"; break;
|
||||
case PROTOCOL_VERSION_1_6: s << " p1.6"; break;
|
||||
default: s << " p?"; break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user