Merge pull request from adroitwhiz/sensing-of-change-clear-cache

Reset blocks cache when sensing_of blocks are updated
This commit is contained in:
adroitwhiz 2020-06-02 11:12:41 -04:00 committed by GitHub
commit 2373f9483e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -969,6 +969,7 @@ class Blocks {
}
}
}
if (blockUpdated) this.resetCache();
return blockUpdated;
}