mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
fix typo in hashchain bounds error
This commit is contained in:
@@ -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")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user