mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 17:35:51 +00:00
Fix Protocol::toString
This commit is contained in:
@@ -209,7 +209,7 @@ std::string BuildInfo::Protocol::toStdString () const noexcept
|
||||
{
|
||||
String s;
|
||||
|
||||
s << String (vmajor) << "." << "vminor";
|
||||
s << String (vmajor) << "." << String (vminor);
|
||||
|
||||
return s.toStdString ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user