mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-16 11:53:07 +02:00
doc: Remove TODO 'exclude peers with download permission'
This commit is contained in:
parent
a063647413
commit
2f97c1180b
@ -2899,7 +2899,6 @@ void CConnman::RecordBytesSent(uint64_t bytes)
|
|||||||
nMaxOutboundTotalBytesSentInCycle = 0;
|
nMaxOutboundTotalBytesSentInCycle = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO, exclude peers with download permission
|
|
||||||
nMaxOutboundTotalBytesSentInCycle += bytes;
|
nMaxOutboundTotalBytesSentInCycle += bytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user