fix: Failsafe broadcast (#167)

This commit is contained in:
Maciej Hirsz
2019-07-31 15:20:47 +02:00
committed by GitHub
parent bbe7aee044
commit 72806ff282
3 changed files with 10 additions and 2 deletions
-1
View File
@@ -193,7 +193,6 @@ export default class Node {
this.disconnect();
} else {
if (!this.isStale && this.blockTimestamp + NO_BLOCK_TIMEOUT < now) {
this.isStale = true;
this.events.emit('stale');
}