Skip to content

Commit d7577e2

Browse files
committed
node: Remove duplicate backup store lookup
1 parent b2808e0 commit d7577e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

node/src/manager/commands/chain.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ pub async fn change_block_cache_shard(
253253
let canonical_backup_name = format!("{chain_name}-old");
254254

255255
let existing_backup = find_chain(&mut conn, &canonical_backup_name).await?;
256-
let existing_backup_store = store.chain_store(&canonical_backup_name).await;
257256

258257
println!("Current shard: {}", old_shard);
259258

0 commit comments

Comments
 (0)