Skip to content

Commit

Permalink
fix(miner): add missing space in error message (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored and ZenGround0 committed Jun 25, 2024
1 parent 58c3a31 commit 5a88f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/miner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ impl Actor {
) {
return Err(actor_error!(
forbidden,
"can only dispute window posts during the dispute window\
"can only dispute window posts during the dispute window \
({} epochs after the challenge window closes)",
policy.wpost_dispute_window
));
Expand Down

0 comments on commit 5a88f72

Please sign in to comment.