solana/ledger
steviez 4fdd70c931
Properly clean temp files in Blockstore::create_new_ledger() (#19589)
Use TempDir::path() instead of TempDir::into_path(); into_path() returns
the underlying PathBuf and voids the promise to delete the directory
when TempDir goes out of scope.
2021-09-13 23:13:56 -04:00
..
benches
src Properly clean temp files in Blockstore::create_new_ledger() (#19589) 2021-09-13 23:13:56 -04:00
tests
.gitignore
Cargo.toml
build.rs