mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
Merge pull request #10745
06d3258 fix typo in hashchain bounds error (woodser)
ACKs: selsta, jeffro256
This commit is contained in:
@@ -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")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user