Skip to content

Commit 2788e7f

Browse files
patch
1 parent a3a01d3 commit 2788e7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/discof/replay/fd_replay_tile.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,6 +3040,8 @@ unprivileged_init( fd_topo_t * topo,
30403040
if( FD_UNLIKELY( sscanf( tile->replay.cluster_version, "%u.%u.%u", &cluster_version->major, &cluster_version->minor, &cluster_version->patch )!=3 ) ) {
30413041
FD_LOG_ERR(( "failed to decode cluster version, configured as \"%s\"", tile->replay.cluster_version ));
30423042
}
3043+
fd_bank_mgr_cluster_version_save( bank_mgr );
3044+
30433045
fd_features_enable_cleaned_up( &ctx->epoch_ctx->features, cluster_version );
30443046

30453047
char const * one_off_features[16];

0 commit comments

Comments
 (0)