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 @@ -818,7 +818,7 @@ def GetValidatorStatus(self, no_cache=False):
818818 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
819819 status .out_of_ser = status .masterchain_out_of_ser
820820 status .last_deleted_mc_state = int (parse (result , "last_deleted_mc_state" , '\n ' ))
821- status .stateserializerenabled = parse (result , "stateserializerenabled" , '\n ' ) == "true"
821+ status .stateserializerenabled = parse (result , "stateserializerenabled" , '\n ' ). strip () == "true"
822822 self .local .try_function (self .parse_stats_from_vc , args = [result , status ])
823823 if 'active_validator_groups' in status :
824824 groups = status .active_validator_groups .split () # master:1 shard:2
You can’t perform that action at this time.
0 commit comments