Skip to content

Commit a327238

Browse files
authored
nit: fix comment in test (#1418)
1 parent 6b2c94f commit a327238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actors/miner/tests/declare_recoveries.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn recovery_must_pay_back_fee_debt() {
6363
st = h.get_state(&rt);
6464
let (dl_idx, p_idx) = st.find_sector(&rt.store, one_sector[0].sector_number).unwrap();
6565

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

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

0 commit comments

Comments
 (0)