aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-06-14 15:50:41 +0000
committertobtoht <tob@featherwallet.org>2026-06-14 15:50:41 +0000
commit06f6afa07c8d3639582f0dde78f8f26a0e34885f (patch)
tree29a6ad9d8953c575e3017e1593f40342f9a31af6 /src/wallet
parent4f8835d51e5a011c48035348f1b42a908363e6cd (diff)
parentad72a6c25342bc1694a787ba583e44beebea75e9 (diff)
downloadmonzero-core-06f6afa07c8d3639582f0dde78f8f26a0e34885f.tar.gz
monzero-core-06f6afa07c8d3639582f0dde78f8f26a0e34885f.tar.xz
monzero-core-06f6afa07c8d3639582f0dde78f8f26a0e34885f.zip
Merge pull request #10746
ad72a6c fix typo in hashchain bounds error (woodser) ACKs: selsta, tobtoht
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet_errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_errors.h b/src/wallet/wallet_errors.h
index c54cd3499..e0a767159 100644
--- a/src/wallet/wallet_errors.h
+++ b/src/wallet/wallet_errors.h
@@ -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")
{
}