Skip to content

Commit

Permalink
Update sdk/program/src/loader_v4.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Meißner <[email protected]>
  • Loading branch information
pgarg66 and Lichtso authored Sep 5, 2023
1 parent f1ef158 commit 84d80b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/src/loader_v4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub fn deploy(program_address: &Pubkey, authority: &Pubkey) -> Instruction {
)
}

/// Returns the instructions required to deploy a program.
/// Returns the instructions required to deploy a program using a buffer.
pub fn deploy_from_source(
program_address: &Pubkey,
authority: &Pubkey,
Expand Down

0 comments on commit 84d80b6

Please sign in to comment.