Skip to content

Commit

Permalink
change test validator from non upgradable bpf loader to upgradable bp…
Browse files Browse the repository at this point in the history
…f loader (solana-labs#29051)

change for test validator from non upgradable to upgradable
  • Loading branch information
lucarlig authored Dec 5, 2022
1 parent 293a586 commit b43eaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/src/bin/solana-test-validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ fn main() {

programs_to_load.push(ProgramInfo {
program_id: address,
loader: solana_sdk::bpf_loader::id(),
loader: solana_sdk::bpf_loader_upgradeable::id(),
program_path,
});
}
Expand Down

0 comments on commit b43eaba

Please sign in to comment.