spell nit (#26336)
This commit is contained in:
parent
71087ac94f
commit
6ebd4abf41
|
@ -527,7 +527,7 @@ lazy_static! {
|
||||||
(error_on_syscall_bpf_function_hash_collisions::id(), "error on bpf function hash collisions"),
|
(error_on_syscall_bpf_function_hash_collisions::id(), "error on bpf function hash collisions"),
|
||||||
(reject_callx_r10::id(), "Reject bpf callx r10 instructions"),
|
(reject_callx_r10::id(), "Reject bpf callx r10 instructions"),
|
||||||
(drop_redundant_turbine_path::id(), "drop redundant turbine path"),
|
(drop_redundant_turbine_path::id(), "drop redundant turbine path"),
|
||||||
(executables_incur_cpi_data_cost::id(), "Executables incure CPI data costs"),
|
(executables_incur_cpi_data_cost::id(), "Executables incur CPI data costs"),
|
||||||
(fix_recent_blockhashes::id(), "stop adding hashes for skipped slots to recent blockhashes"),
|
(fix_recent_blockhashes::id(), "stop adding hashes for skipped slots to recent blockhashes"),
|
||||||
(update_rewards_from_cached_accounts::id(), "update rewards from cached accounts"),
|
(update_rewards_from_cached_accounts::id(), "update rewards from cached accounts"),
|
||||||
(spl_token_v3_4_0::id(), "SPL Token Program version 3.4.0 release #24740"),
|
(spl_token_v3_4_0::id(), "SPL Token Program version 3.4.0 release #24740"),
|
||||||
|
|
Loading…
Reference in New Issue