Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexytsu committed May 31, 2023
1 parent b9e4f1b commit 8482a5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actors/miner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5021,6 +5021,8 @@ fn batch_activate_deals_and_claim_allocations(
}

if sectors_claims.is_empty() {
// TODO: collapse this into the other branch. have an early conditional to determine whether sending to the
// verifreg actor is necessary
Ok(Some(
activation_results
.iter()
Expand Down

0 comments on commit 8482a5b

Please sign in to comment.