# MutantHub mutant #56: Arithmetic operator mutation at addrman.cpp:498
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/addrman.cpp:498-498
# Review: APPROVED; outcome: KILLED
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -498,1 +498,1 @@
-        const int bucket{(start_bucket + n) % ADDRMAN_NEW_BUCKET_COUNT};
+        const int bucket{(start_bucket - n) % ADDRMAN_NEW_BUCKET_COUNT};
