Revert "change test validator from non upgradable bpf loader to upgra… (#30409)

Revert "change test validator from non upgradable bpf loader to upgradable bpf loader (#29051)"

This reverts commit b43eabaa47.
This commit is contained in:
Tyera 2023-02-20 16:23:20 -07:00 committed by GitHub
parent bcc4bc80c9
commit 47777c47bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ fn main() {
programs_to_load.push(ProgramInfo {
program_id: address,
loader: solana_sdk::bpf_loader_upgradeable::id(),
loader: solana_sdk::bpf_loader::id(),
program_path,
});
}