Skip to content

Commit

Permalink
Change the timestamp for root vertex to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
magnified103 committed Dec 24, 2024
1 parent 4935520 commit 0dfedb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/object/src/hashgraph/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class HashGraph {
value: null,
},
dependencies: [],
timestamp: 0,
timestamp: -1,
signature: "",
};
this.vertices.set(HashGraph.rootHash, rootVertex);
Expand Down

0 comments on commit 0dfedb5

Please sign in to comment.