Skip to content

Commit 9d6609d

Browse files
mmcgee-jumplidatong
authored andcommitted
replay: re-enable error for genesis mismatch
1 parent 8c70efe commit 9d6609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discof/replay/fd_replay_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@ maybe_verify_shred_version( fd_replay_tile_t * ctx ) {
21362136
xor = fd_ushort_if( xor<USHORT_MAX, (ushort)(xor + 1), USHORT_MAX );
21372137

21382138
if( FD_UNLIKELY( expected_shred_version!=xor ) ) {
2139-
FD_LOG_WARNING(( "shred version mismatch: expected %u but got %u from genesis hash %s and hard forks", expected_shred_version, xor, FD_BASE58_ENC_32_ALLOCA( &ctx->genesis_hash ) ));
2139+
FD_LOG_ERR(( "shred version mismatch: expected %u but got %u from genesis hash %s and hard forks", expected_shred_version, xor, FD_BASE58_ENC_32_ALLOCA( &ctx->genesis_hash ) ));
21402140
}
21412141
}
21422142
}

0 commit comments

Comments
 (0)