From 426e5c2d99c0170d4db762c4734a3fd66f3bb1a7 Mon Sep 17 00:00:00 2001 From: Manik Jain Date: Thu, 12 Sep 2024 15:17:48 +0000 Subject: [PATCH] Set queue ages root --- src/flamenco/runtime/tests/fd_exec_instr_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flamenco/runtime/tests/fd_exec_instr_test.c b/src/flamenco/runtime/tests/fd_exec_instr_test.c index 412bc52afc..5b199300c7 100644 --- a/src/flamenco/runtime/tests/fd_exec_instr_test.c +++ b/src/flamenco/runtime/tests/fd_exec_instr_test.c @@ -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 );