Skip to content

Commit

Permalink
doc(miner): minor correction to aggregate fee comment in PCS3 (#1549)
Browse files Browse the repository at this point in the history
* doc(miner): correction to aggregate fee comment in PCS3

* Update actors/miner/src/lib.rs
  • Loading branch information
rvagg authored and ZenGround0 committed Jun 25, 2024
1 parent aa94d4b commit 59507b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actors/miner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1924,8 +1924,8 @@ impl Actor {

if !params.aggregate_proof.is_empty() {
// Aggregate fee is paid on the sectors successfully proven,
// but without regard to data activation which could subsequently fail
// and prevent sector activation.
// but without regard to data activation which may have subsequently failed
// and prevented sector activation.
pay_aggregate_seal_proof_fee(rt, proven_activation_inputs.len())?;
}

Expand Down

0 comments on commit 59507b1

Please sign in to comment.