Skip to content

Commit faea4c9

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#23128: doc: Remove TODO 'exclude peers with download permission'
2f97c11 doc: Remove TODO 'exclude peers with download permission' (Douglas Chimento) Pull request description: Following from PR bitcoin/bitcoin#23109 The [TODO](https://github.com/bitcoin/bitcoin/blob/master/src/net.cpp#L2872) is no longer necessary. Removing it to prevent future confusion. Top commit has no ACKs. Tree-SHA512: c2f4c3eae951d13d623e1b4bd9315804ec33473e501367f89edae80fa446674edc71549e145f058fe7126b8588790dc895d6ea3dfb4347ceeca61f5e5f2f95cc
2 parents 7d746bd + 2f97c11 commit faea4c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2899,7 +2899,6 @@ void CConnman::RecordBytesSent(uint64_t bytes)
28992899
nMaxOutboundTotalBytesSentInCycle = 0;
29002900
}
29012901

2902-
// TODO, exclude peers with download permission
29032902
nMaxOutboundTotalBytesSentInCycle += bytes;
29042903
}
29052904

0 commit comments

Comments
 (0)