Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Feb 16, 2024
1 parent 901be75 commit 852ebb3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/protocol/test/governance/validators/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@ const parseValidatorGroupParams = (groupParams: any) => {
}
}

const parseMembershipHistory = (membershipHistory: any) => {
return {
epochs: membershipHistory[0],
groups: membershipHistory[1],
lastRemovedFromGroupTimestamp: membershipHistory[2],
tail: membershipHistory[3],
}
}

const HOUR = 60 * 60
const DAY = 24 * HOUR

Expand Down

0 comments on commit 852ebb3

Please sign in to comment.