## NEWS **Local blockchain desynchronization detector test** The test network begins the test of a new detector for determining the desynchronization of the blockchain from the main chain. If the last 10 blocks are created by their own node, then their POW should not differ more than 10 times from the previous blocks, otherwise the forced synchronization of the blockchain with the network is started. Settings can be changed-new constant added: ```   "RESYNC_CONDITION": {     "OWN_BLOCKS": 10,     "K_POW": 10   }, ```