From 8054ea2dd3b953803c758f7e71854ce25e07b265 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 30 Jun 2026 09:54:02 +0200 Subject: feat: zano hf6 --- patches/zano/0006-increase-max-password.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'patches/zano/0006-increase-max-password.patch') diff --git a/patches/zano/0006-increase-max-password.patch b/patches/zano/0006-increase-max-password.patch index 84cdcc0..5055b43 100644 --- a/patches/zano/0006-increase-max-password.patch +++ b/patches/zano/0006-increase-max-password.patch @@ -1,17 +1,17 @@ -From e41a28439c60a2695b7ec0dc3f9aa811757defe6 Mon Sep 17 00:00:00 2001 +From 6c60a03eda231120bb1a327b628320f172fdc6e3 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 12 Dec 2024 09:00:57 -0500 -Subject: [PATCH 6/7] increase max password +Subject: [PATCH 06/11] increase max password --- src/currency_core/currency_format_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/currency_format_utils.cpp b/src/currency_core/currency_format_utils.cpp -index 6c7d0a39..4fa2d00e 100644 +index 69adea7d..71a6bb82 100644 --- a/src/currency_core/currency_format_utils.cpp +++ b/src/currency_core/currency_format_utils.cpp -@@ -3675,7 +3675,7 @@ namespace currency +@@ -4060,7 +4060,7 @@ namespace currency return true; } //------------------------------------------------------------------ @@ -21,5 +21,5 @@ index 6c7d0a39..4fa2d00e 100644 { // OLD: static const std::string allowed_password_symbols = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz~!?@#$%^&*_+|{}[]()<>:;\"'-=\\/.,"; -- -2.51.0 +2.54.0 (Apple Git-156) -- cgit v1.2.3