Skip to content

Commit

Permalink
chore!: remove SubmitPoRepForBulkVerifyParams
Browse files Browse the repository at this point in the history
left-over from #1540
  • Loading branch information
rvagg committed Jun 18, 2024
1 parent c32c972 commit b4e5c30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions actors/power/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ pub struct UpdatePledgeTotalParams {
pub pledge_delta: TokenAmount,
}

#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
#[serde(transparent)]
pub struct SubmitPoRepForBulkVerifyParams {
pub seal_info: SealVerifyInfo,
}

#[derive(Serialize_tuple, Deserialize_tuple, Debug, Clone, Eq, PartialEq)]
pub struct CurrentTotalPowerReturn {
#[serde(with = "bigint_ser")]
Expand Down

0 comments on commit b4e5c30

Please sign in to comment.