Fix peer protocol display for 1.6

This commit is contained in:
Matt Hess
2026-02-18 02:29:05 +00:00
parent 544176c964
commit cd90973f4a
+1
View File
@@ -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;
}
}