File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2571,7 +2571,7 @@ fd_migrate_builtin_to_core_bpf( fd_exec_slot_ctx_t * slot_ctx,
2571
2571
https://github.com/anza-xyz/agave/blob/v2.1.0/runtime/src/bank/builtins/core_bpf_migration/mod.rs#L268-L271 */
2572
2572
err = fd_directly_invoke_loader_v3_deploy ( slot_ctx ,
2573
2573
new_target_program_data_account -> vt -> get_data ( new_target_program_data_account ) + PROGRAMDATA_METADATA_SIZE ,
2574
- new_target_program_account -> vt -> get_data_len ( new_target_program_data_account ) - PROGRAMDATA_METADATA_SIZE ,
2574
+ new_target_program_data_account -> vt -> get_data_len ( new_target_program_data_account ) - PROGRAMDATA_METADATA_SIZE ,
2575
2575
runtime_spad );
2576
2576
if ( FD_UNLIKELY ( err ) ) {
2577
2577
FD_LOG_WARNING (( "Failed to deploy program %s" , FD_BASE58_ENC_32_ALLOCA ( builtin_program_id ) ));
You can’t perform that action at this time.
0 commit comments