mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Improvements to vm cluster scripts. (#304)
* Improvements to vm cluster scripts. * Fixed sync priority change issue.
This commit is contained in:
@@ -169,7 +169,7 @@ namespace hpfs
|
||||
if (is_shutting_down)
|
||||
break;
|
||||
|
||||
if (result != SYNC_HASH_CHANGED)
|
||||
if (result != SYNC_HASH_CHANGED && result != SYNC_PRIORITY_CHANGED)
|
||||
{
|
||||
// The finished target can be removed from the list.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user