Skip to content

Commit

Permalink
flamenco: remove status cache register root
Browse files Browse the repository at this point in the history
  • Loading branch information
arjain4 authored and ibhatt-jumptrading committed Jun 25, 2024
1 parent 63dabdb commit 9733246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flamenco/runtime/fd_runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -2349,9 +2349,9 @@ fd_runtime_publish_old_txns( fd_exec_slot_ctx_t * slot_ctx,
FD_LOG_ERR(("publish err"));
return -1;
}

#if 0
fd_txncache_register_root_slot( slot_ctx->status_cache, txn->xid.ul[0] );

#endif
if (FD_FEATURE_ACTIVE(slot_ctx, epoch_accounts_hash)) {
fd_epoch_bank_t * epoch_bank = fd_exec_epoch_ctx_epoch_bank( slot_ctx->epoch_ctx );
if (txn->xid.ul[0] >= epoch_bank->eah_start_slot) {
Expand Down

0 comments on commit 9733246

Please sign in to comment.