Skip to content

Commit

Permalink
Update actors/miner/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored Jun 5, 2024
1 parent 1f34648 commit e645244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actors/miner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +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 success.
// 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 e645244

Please sign in to comment.