Skip to content

Commit

Permalink
F13 fix (#1313)
Browse files Browse the repository at this point in the history
* adding changes from fvm

* fmt, rebase

Co-authored-by: noot <elizabethjbinks@gmail.com>
  • Loading branch information
laudiacay and noot authored Dec 9, 2021
1 parent 2263e41 commit 7a132d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vm/actor/src/builtin/miner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,11 @@ impl Actor {
RT: Runtime<BS>,
{
let sector_numbers = params.sector_numbers.validate().map_err(|e| {
actor_error!(ErrIllegalState, "fail to count aggregated sectors: {}", e)
actor_error!(
ErrIllegalState,
"Failed to validate bitfield for aggregated sectors: {}",
e
)
})?;
let agg_sectors_count = sector_numbers.len();

Expand Down

0 comments on commit 7a132d9

Please sign in to comment.