Merge pull request #10745

06d3258 fix typo in hashchain bounds error (woodser)

ACKs: selsta, jeffro256
This commit is contained in:
tobtoht
2026-06-14 15:50:05 +00:00
+1 -1
View File
@@ -442,7 +442,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")
{
}