Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit e6628bc

Browse files
committed
prune update
1 parent 8b3f785 commit e6628bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

program-runtime/src/loaded_programs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ impl LoadedPrograms {
498498
true
499499
}
500500
LoadedProgramType::Unloaded(environment)
501+
| LoadedProgramType::FailedVerification(environment)
501502
if Arc::ptr_eq(environment, &self.program_runtime_environment_v1) =>
502503
{
503504
true

0 commit comments

Comments
 (0)