Skip to content

Commit

Permalink
doc(miner): correction to aggregate fee comment in PCS3
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 3, 2024
1 parent ea7c454 commit 1f34648
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actors/miner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1924,8 +1924,7 @@ 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 success.
pay_aggregate_seal_proof_fee(rt, proven_activation_inputs.len())?;
}

Expand Down

0 comments on commit 1f34648

Please sign in to comment.