Skip to content

Commit

Permalink
F6: Fix incorrect error code (#1296)
Browse files Browse the repository at this point in the history
Co-authored-by: noot <elizabethjbinks@gmail.com>
  • Loading branch information
elmattic and noot authored Dec 7, 2021
1 parent 539005b commit 258fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/actor/src/builtin/market/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ impl Actor {
.compute_unsealed_sector_cid(comm_input.sector_type, &pieces)
.map_err(|e| {
e.downcast_default(
ExitCode::SysErrIllegalArgument,
ExitCode::ErrIllegalArgument,
"failed to compute unsealed sector CID",
)
})?;
Expand Down

0 comments on commit 258fc9f

Please sign in to comment.