mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-16 23:51:02 +00:00
fix: Failsafe broadcast (#167)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user