Skip to content

Commit 2b0bc6a

Browse files
committed
split shred retreival into fcn get_shreds_and_leader_for_slot and reuse
1 parent cd079b8 commit 2b0bc6a

File tree

3 files changed

+126
-204
lines changed

3 files changed

+126
-204
lines changed

tinydancer/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ async fn main() -> Result<()> {
212212
}
213213
sleep(Duration::from_secs(1));
214214

215-
let config_path = tinydancer_dir + "./config.json";
215+
let config_path = tinydancer_dir + "/config.json";
216216
let path = Path::new(&config_path);
217217
if !path.exists() {
218218
std::process::Command::new("touch")

0 commit comments

Comments
 (0)