Skip to content

Commit

Permalink
Transparent serialization for ProveReplicaUpdates2Return (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth authored Dec 19, 2023
1 parent 13931e0 commit e01a799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actors/miner/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ pub struct SectorUpdateManifest {
}

#[derive(Clone, Debug, Eq, PartialEq, Serialize_tuple, Deserialize_tuple)]
#[serde(transparent)]
pub struct ProveReplicaUpdates2Return {
pub activation_results: BatchReturn,
}
Expand Down

0 comments on commit e01a799

Please sign in to comment.