Skip to content

Commit

Permalink
chore(resharding): remove outdated TODO (#12703)
Browse files Browse the repository at this point in the history
this was fixed in #12589 but this
TODO was left around
  • Loading branch information
marcelo-gonzalez authored Jan 8, 2025
1 parent 55c63ec commit 0dc410a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain/chain/src/flat_storage_resharder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ impl FlatStorageResharder {
merged_changes.merge(changes);
store_update.remove_delta(shard_uid, flat_head.hash);
}
// TODO(resharding): if flat_head_block_hash == state sync hash -> do snapshot
}

// Commit all changes to store.
Expand Down

0 comments on commit 0dc410a

Please sign in to comment.