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
d082ac36b0
261 changed files with 24449 additions and 1791 deletions
|
@ -1540,7 +1540,7 @@ void ValidatorManagerImpl::start_up() {
|
|||
auto S = td::WalkPath::run(to_import_dir, [&](td::CSlice cfname, td::WalkPath::Type t) -> void {
|
||||
auto fname = td::Slice(cfname);
|
||||
if (t == td::WalkPath::Type::NotDir) {
|
||||
auto d = fname.rfind('/');
|
||||
auto d = fname.rfind(TD_DIR_SLASH);
|
||||
if (d != td::Slice::npos) {
|
||||
fname = fname.substr(d + 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue