mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 05:41:01 +00:00
fix: Failsafe broadcast (#167)
This commit is contained in:
@@ -91,6 +91,8 @@ export default class Chain {
|
||||
}
|
||||
|
||||
public staleNode(node: Node) {
|
||||
node.isStale = true;
|
||||
|
||||
this.feeds.broadcast(Feed.staleNode(node));
|
||||
|
||||
if (this.height === node.best.number) {
|
||||
|
||||
Reference in New Issue
Block a user