Skip to content

Commit

Permalink
proof_of_stake types: remove VotingPowerDelta
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Sep 13, 2022
1 parent f83cc5d commit 54cb4a8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions proof_of_stake/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,6 @@ pub type TotalDeltas<TokenChange> = EpochedDelta<TokenChange, OffsetUnbondingLen
)]
pub struct Epoch(u64);

/// A change of voting power.
#[derive(
Debug,
Default,
Clone,
Copy,
PartialEq,
Eq,
PartialOrd,
Ord,
Hash,
BorshDeserialize,
BorshSerialize,
BorshSchema,
)]
pub struct VotingPowerDelta(i64);

/// A genesis validator definition.
#[derive(
Debug,
Expand Down

0 comments on commit 54cb4a8

Please sign in to comment.