mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
doc: Remove TODO 'exclude peers with download permission'
This commit is contained in:
parent
a063647413
commit
2f97c1180b
1 changed files with 0 additions and 1 deletions
|
@ -2899,7 +2899,6 @@ void CConnman::RecordBytesSent(uint64_t bytes)
|
|||
nMaxOutboundTotalBytesSentInCycle = 0;
|
||||
}
|
||||
|
||||
// TODO, exclude peers with download permission
|
||||
nMaxOutboundTotalBytesSentInCycle += bytes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue