Skip to content

Commit

Permalink
Set deployment slot for non-upgradeable programs
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 committed May 24, 2023
1 parent e396a10 commit 28a7b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/bpf_loader/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ fn process_loader_instruction(invoke_context: &mut InvokeContext) -> Result<(),
*program.get_key(),
program.get_owner(),
program.get_data().len(),
0,
invoke_context.programs_loaded_for_tx_batch.slot(),
{},
program.get_data(),
);
Expand Down

0 comments on commit 28a7b4b

Please sign in to comment.