Skip to content

Commit

Permalink
Remove ProcessedTransactions migration from this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Apr 17, 2024
1 parent 31ec3ec commit 435d1c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/fuel-core/src/service/genesis/importer/on_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ impl ImportTable for Handler<Transactions> {
for transaction in &group {
tx.storage::<Transactions>()
.insert(&transaction.key, &transaction.value)?;
tx.storage::<ProcessedTransactions>()
.insert(&transaction.key, &())?;
}
Ok(())
}
Expand Down

0 comments on commit 435d1c6

Please sign in to comment.