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 6795fe2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions actors/power/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use fvm_shared::address::Address;
use fvm_shared::bigint::bigint_ser;
use fvm_shared::clock::ChainEpoch;
use fvm_shared::econ::TokenAmount;
use fvm_shared::sector::{RegisteredPoStProof, SealVerifyInfo, StoragePower};
use fvm_shared::sector::{RegisteredPoStProof, StoragePower};
use fvm_shared::ActorID;

use serde::{Deserialize, Serialize};
Expand Down 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 6795fe2

Please sign in to comment.