Skip to content

Commit

Permalink
add random data to cyclerecord type (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
urnotsam authored May 23, 2024
1 parent 90da80e commit 6150730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/p2p/CycleCreatorTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export type CycleRecord = BaseRecord &
archiverListHash: hexstring
standbyNodeListHash: hexstring
} &
LostArchivers.Record
LostArchivers.Record &
{ random: number }

export type CycleData = CycleRecord & {
marker: CycleMarker
Expand Down

0 comments on commit 6150730

Please sign in to comment.