mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 17:27:00 +00:00
Set hopsAware version cutoff to 0.28.1-b7
This commit is contained in:
@@ -111,7 +111,7 @@ PeerImp::run()
|
||||
if (v.parse(s))
|
||||
{
|
||||
beast::SemanticVersion av;
|
||||
av.parse("0.28.0-rc3");
|
||||
av.parse("0.28.1-b7");
|
||||
hopsAware_ = v >= av;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user