# MutantHub mutant #566: Relational operator mutation at descriptor.cpp:165
# Repository: bitcoin/bitcoin @ 1aafd49077041e874d6b5f114927bc37e5b85d71
# File: src/script/descriptor.cpp:165-165
# Review: APPROVED; outcome: SURVIVED
--- a/src/script/descriptor.cpp
+++ b/src/script/descriptor.cpp
@@ -165,1 +165,1 @@
-    for (int j = 0; j < 8; ++j) ret[j] = CHECKSUM_CHARSET[(c >> (5 * (7 - j))) & 31];
+    for (int j = 0; j <= 8; ++j) ret[j] = CHECKSUM_CHARSET[(c >> (5 * (7 - j))) & 31];
