We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2c94f commit a327238Copy full SHA for a327238
actors/miner/tests/declare_recoveries.rs
@@ -63,7 +63,7 @@ fn recovery_must_pay_back_fee_debt() {
63
st = h.get_state(&rt);
64
let (dl_idx, p_idx) = st.find_sector(&rt.store, one_sector[0].sector_number).unwrap();
65
66
- // Skip to end of proving period
+ // advance into the deadline but not past it
67
h.advance_to_deadline(&rt, dl_idx);
68
69
// Can't pay during this deadline so miner goes into fee debt
0 commit comments