Skip to content

Commit 73c2e5b

Browse files
authored
add foundationNode flag to joinedConsensor type (#29)
1 parent ebf34c1 commit 73c2e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/p2p/JoinTypes.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface JoinedConsensor extends Types.P2PNode {
1212
cycleJoined: CycleCreator.CycleMarker
1313
counterRefreshed: CycleCreator.CycleRecord['counter']
1414
id: string
15+
foundationNode?: boolean
1516
}
1617

1718
export interface JoinRequest {

0 commit comments

Comments
 (0)