# MutantHub mutant #654: Function call mutation at descriptor.cpp:807
# Repository: bitcoin/bitcoin @ 1aafd49077041e874d6b5f114927bc37e5b85d71
# File: src/script/descriptor.cpp:807-807
# Review: APPROVED; outcome: SURVIVED
--- a/src/script/descriptor.cpp
+++ b/src/script/descriptor.cpp
@@ -807,1 +807,1 @@
-        return std::all_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsBIP32(); });
+        return std::any_of(m_participants.begin(), m_participants.end(), [](const auto& pubkey) { return pubkey->IsBIP32(); });
