Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Adamant-im/adamant-im
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9b9a8a39be7c653627692455b829734c81ec5ab3
Choose a base ref
..
head repository: Adamant-im/adamant-im
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d2a3964cca260e7458450a1afd0d6a30ea6c41b
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/lib/nodes/abstract.client.ts
1 change: 0 additions & 1 deletion src/lib/nodes/abstract.client.ts
Original file line number Diff line number Diff line change
@@ -130,7 +130,6 @@ export abstract class Client<N extends Node> {

// Finally, all the nodes from the winner list are considered to be in sync, all the
// others are not
console.log('nodes', nodes)
for (const node of nodes) {
node.outOfSync = !nodesInSync.nodes.includes(node)
}