Skip to content

Commit

Permalink
chore: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangquocvietuet committed Oct 31, 2024
1 parent c0d3cd2 commit ab4ca26
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 @@ -127,7 +127,7 @@ export class HashGraph {
return hash; // Vertex already exists
}

// Temporary fix: don't add the vertex if the dependencies are not present in the local HG.dw
// Temporary fix: don't add the vertex if the dependencies are not present in the local HG.
if (
!deps.every((dep) => this.forwardEdges.has(dep) || this.vertices.has(dep))
) {
Expand Down

0 comments on commit ab4ca26

Please sign in to comment.