mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 22:03:09 +02:00
doc: Remove TODO 'exclude peers with download permission'
This commit is contained in:
@@ -2899,7 +2899,6 @@ void CConnman::RecordBytesSent(uint64_t bytes)
|
|||||||
nMaxOutboundTotalBytesSentInCycle = 0;
|
nMaxOutboundTotalBytesSentInCycle = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO, exclude peers with download permission
|
|
||||||
nMaxOutboundTotalBytesSentInCycle += bytes;
|
nMaxOutboundTotalBytesSentInCycle += bytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user