Skip to content

Commit

Permalink
Set queue ages root
Browse files Browse the repository at this point in the history
  • Loading branch information
mjain-jump committed Sep 12, 2024
1 parent 093dfbd commit 426e5c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flamenco/runtime/tests/fd_exec_instr_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ _txn_context_create_and_exec( fd_exec_instr_test_runner_t * runner,

/* Blockhash queue init */
slot_ctx->slot_bank.block_hash_queue.max_age = test_ctx->max_age;
slot_ctx->slot_bank.block_hash_queue.ages_root = NULL;
slot_ctx->slot_bank.block_hash_queue.ages_pool = fd_hash_hash_age_pair_t_map_alloc( slot_ctx->valloc, 400 );
slot_ctx->slot_bank.block_hash_queue.last_hash = fd_valloc_malloc( slot_ctx->valloc, FD_HASH_ALIGN, FD_HASH_FOOTPRINT );

Expand Down

0 comments on commit 426e5c2

Please sign in to comment.