Skip to content

Commit

Permalink
Fix a typo in farmer piece validation
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Oct 21, 2024
1 parent 754530c commit a58d52c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ where
error!(
%piece_index,
?error,
"Failed tor retrieve segment headers from node"
"Failed to retrieve segment headers from node"
);
return None;
}
Expand Down

0 comments on commit a58d52c

Please sign in to comment.