Skip to content

Commit

Permalink
fix: transfer recomputing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Aug 28, 2023
1 parent 1f2151c commit 3643636
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -99,6 +99,7 @@ pub fn start_transfers_recomputing_processor(
let _ = post_processor.send(block.clone());
}
}
let _ = inscriptions_db_tx.commit();
}
})
.expect("unable to spawn thread");
Expand Down

0 comments on commit 3643636

Please sign in to comment.