Skip to content

Commit

Permalink
Merge branch 'master' into elmattic/drop-v1-proof-support
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic authored Sep 25, 2023
2 parents aba20db + a327238 commit 638154e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/miner/tests/declare_recoveries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn recovery_must_pay_back_fee_debt() {
st = h.get_state(&rt);
let (dl_idx, p_idx) = st.find_sector(&rt.store, one_sector[0].sector_number).unwrap();

// Skip to end of proving period
// advance into the deadline but not past it
h.advance_to_deadline(&rt, dl_idx);

// Can't pay during this deadline so miner goes into fee debt
Expand Down

0 comments on commit 638154e

Please sign in to comment.