mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Remove TODO for counting of bytes that was already done (#1838)
This commit is contained in:
parent
ab7a59b1c2
commit
711fad6c24
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ impl<'a> Response<'a> {
|
|||
|
||||
pub const SEND_CHANNEL_CAP: usize = 10;
|
||||
|
||||
// TODO count sent and received
|
||||
pub struct Tracker {
|
||||
/// Bytes we've sent.
|
||||
pub sent_bytes: Arc<RwLock<u64>>,
|
||||
|
|
Loading…
Reference in a new issue