Skip to content

Commit

Permalink
Fix (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop authored Oct 24, 2024
1 parent 7b26875 commit d484ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/identity/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ impl OnChainIdentityProcessor {
.database
.begin_tx(IsolationLevel::ReadCommitted)
.await?;
tx.mark_root_as_processed(&root.into()).await?;
tx.mark_root_as_mined(&root.into()).await?;
tx.commit().await?;

info!(?root, "Root finalized");
Expand Down

0 comments on commit d484ae8

Please sign in to comment.