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 committed Jan 22, 2024
1 parent 5cdfc2f commit 53cb47e
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 53cb47e

Please sign in to comment.