mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 10:21:02 +00:00
Fix propagation time
This commit is contained in:
@@ -88,7 +88,7 @@ export default class Chain {
|
||||
}
|
||||
|
||||
for (const otherNode of this.nodes) {
|
||||
node.propagationTime = null;
|
||||
otherNode.propagationTime = null;
|
||||
}
|
||||
|
||||
this.height = height;
|
||||
|
||||
Reference in New Issue
Block a user