File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ def GetValidatorStatus(self, no_cache=False):
819819 status .out_of_sync = status .masterchain_out_of_sync if status .masterchain_out_of_sync > status .shardchain_out_of_sync else status .shardchain_out_of_sync
820820 status .out_of_ser = status .masterchain_out_of_ser
821821 status .last_deleted_mc_state = int (parse (result , "last_deleted_mc_state" , '\n ' ))
822- status .stateserializerenabled = parse (result , "stateserializerenabled" , '\n ' ) == "true"
822+ status .stateserializerenabled = parse (result , "stateserializerenabled" , '\n ' ). strip () == "true"
823823 self .local .try_function (self .parse_stats_from_vc , args = [result , status ])
824824 if 'active_validator_groups' in status :
825825 groups = status .active_validator_groups .split () # master:1 shard:2
You can’t perform that action at this time.
0 commit comments