We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d53fc commit 0a46d76Copy full SHA for 0a46d76
crates/apollo_state_reader/src/apollo_state.rs
@@ -237,7 +237,7 @@ impl StateReader for ApolloReader {
237
}
238
239
fn get_compiled_class(&self, class_hash: ClassHash) -> StateResult<RunnableCompiledClass> {
240
- self.get_compiled_class_from_db(class_hash).map(|class| class.to_runnable())
+ self.get_compiled_classes(class_hash).map(|class| class.to_runnable())
241
242
243
fn get_compiled_class_hash(&self, class_hash: ClassHash) -> StateResult<CompiledClassHash> {
0 commit comments