Skip to content

Commit 91e315d

Browse files
two-heartripatel-fd
authored andcommitted
notar: fix constructor usage of vtr map
1 parent 7f2631e commit 91e315d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/choreo/notar/fd_notar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fd_notar_new( void * shmem, ulong blk_max ) {
3939
FD_TEST( FD_SCRATCH_ALLOC_FINI( l, fd_notar_align() ) == (ulong)shmem + footprint );
4040

4141
notar->blks = fd_notar_blk_new( blks, lg_blk_max );
42-
notar->vtrs = fd_notar_blk_new( vtrs, lg_blk_max );
42+
notar->vtrs = fd_notar_vtr_new( vtrs, lg_blk_max );
4343

4444
return shmem;
4545
}

0 commit comments

Comments
 (0)