# MutantHub mutant #217: Constant replacement mutation at net_processing.cpp:3631
# Repository: bitcoin/bitcoin @ 2990bd773551c835ab0b6b59d85730adab2fd428
# File: src/net_processing.cpp:3631-3631
# Review: APPROVED; outcome: KILLED
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -3631,1 +3631,1 @@
-        vRecv.ignore(8); // Ignore the addrMe service bits sent by the peer
+        vRecv.ignore(8 - 1); // Ignore the addrMe service bits sent by the peer
