Skip to content

Commit

Permalink
fix market logic (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
noot authored Jan 7, 2022
1 parent e48fe71 commit e220de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vm/actor/src/builtin/market/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ impl Actor {
info!(
"invalid deal {}: failed to acquire datacap exitcode: {}",
di, e
)
);
continue;
}
}

Expand Down

0 comments on commit e220de1

Please sign in to comment.