Fix propagation time

This commit is contained in:
maciejhirsz
2018-07-14 16:54:46 +02:00
parent 2d14c27d9e
commit bcc7145477
+1 -1
View File
@@ -88,7 +88,7 @@ export default class Chain {
}
for (const otherNode of this.nodes) {
node.propagationTime = null;
otherNode.propagationTime = null;
}
this.height = height;