mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 22:51:07 -07:00
fix typo in hashchain bounds error
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