Skip to content

Commit

Permalink
fix: we changed the provider_sectors map to be keyed by actor-id (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Jan 25, 2024
1 parent 662a84e commit cae0fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/market/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub struct State {
/// or has data replaced.
/// Grouping by provider limits the cost of operations in the expected use case
/// of multiple sectors all belonging to the same provider.
/// HAMT[Address]HAMT[SectorNumber]SectorDealIDs
/// HAMT[ActorID]HAMT[SectorNumber]SectorDealIDs
pub provider_sectors: Cid,
}

Expand Down

0 comments on commit cae0fd4

Please sign in to comment.