Minor tweaks to time displays

This commit is contained in:
maciejhirsz
2018-07-15 10:48:16 +02:00
parent 310b5f32e7
commit 071c26ef51
4 changed files with 27 additions and 5 deletions
+2
View File
@@ -114,6 +114,8 @@ export class Connection {
case Actions.BestBlock: {
const [best, blockTimestamp, blockAverage] = message.payload;
nodes.forEach((node) => node.blockDetails[4] = null);
this.state = this.update({ best, blockTimestamp, blockAverage });
continue messages;