mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch testnet into block-generation
This commit is contained in:
commit
1ee9e47007
37 changed files with 680 additions and 48 deletions
|
@ -57,7 +57,7 @@ class WriteFile : public td::actor::Actor {
|
|||
status = file.sync();
|
||||
}
|
||||
if (status.is_error()) {
|
||||
td::unlink(old_name);
|
||||
td::unlink(old_name).ignore();
|
||||
promise_.set_error(std::move(status));
|
||||
stop();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue