Skip to content

Commit

Permalink
fix: add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Oct 10, 2024
1 parent 717ba42 commit a8f1479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/fuel-core/src/service/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ pub async fn recover_missing_tables_from_genesis_state_config(
let genesis_block = create_genesis_block(config);
let db = db.clone().unsafe_into_genesis();

// todo: https://github.com/FuelLabs/fuel-core/issues/2326
SnapshotImporter::repopulate_maybe_missing_tables(
db.clone(),
genesis_block.clone(),
Expand Down

0 comments on commit a8f1479

Please sign in to comment.