mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix typo in variable name (#940)
This commit is contained in:
parent
0bcebe8a0e
commit
43ad9947b9
2 changed files with 8 additions and 8 deletions
|
@ -173,7 +173,7 @@ class Torrent {
|
|||
size_t not_ready_pending_piece_count_{0};
|
||||
size_t header_pieces_count_{0};
|
||||
std::map<td::uint64, td::string> pending_pieces_;
|
||||
bool enabled_wirte_to_files_ = false;
|
||||
bool enabled_write_to_files_ = false;
|
||||
struct InMemoryPiece {
|
||||
std::string data;
|
||||
std::set<size_t> pending_chunks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue