mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add "--copy" to storage-daemon-cli create command (#576)
* Add "--copy" flag to "create", improve console output * Hide excessive logs
This commit is contained in:
parent
eff610f807
commit
ad736c6bc3
9 changed files with 77 additions and 18 deletions
|
@ -159,6 +159,8 @@ class Torrent {
|
|||
|
||||
void load_from_files(std::string files_path);
|
||||
|
||||
td::Status copy_to(const std::string& new_root_dir);
|
||||
|
||||
private:
|
||||
td::Bits256 hash_;
|
||||
bool inited_info_ = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue