Merge pull request #10746

ad72a6c fix typo in hashchain bounds error (woodser)

ACKs: selsta, tobtoht
This commit is contained in:
tobtoht
2026-06-14 15:50:41 +00:00
+1 -1
View File
@@ -440,7 +440,7 @@ namespace tools
struct out_of_hashchain_bounds_error : public refresh_error
{
explicit out_of_hashchain_bounds_error(std::string&& loc)
: refresh_error(std::move(loc), "Index out of bounds of of hashchain")
: refresh_error(std::move(loc), "Index out of bounds of hashchain")
{
}