Skip to content

Commit cecc314

Browse files
BelfordZmhanson-github
authored andcommitted
fix: switch refuteCycles to be an array
1 parent 142cc02 commit cecc314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/p2p/NodeListTypes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type RequiredExceptFor<T, TOptional extends keyof T> = Pick<
1414
export interface Node extends JoinedConsensor {
1515
curvePublicKey: string
1616
status: NodeStatus
17-
refuteCycles?: Set<number>
17+
refuteCycles?: number[]
1818
}
1919

2020
export type Update = OptionalExceptFor<Node, 'id'>

0 commit comments

Comments
 (0)