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 dfb19de commit 925990cCopy full SHA for 925990c
crates/apollo_state_reader/src/apollo_state.rs
@@ -235,7 +235,7 @@ impl StateReader for ApolloReader {
235
}
236
237
fn get_compiled_class(&self, class_hash: ClassHash) -> StateResult<RunnableCompiledClass> {
238
- self.get_compiled_class_from_db(class_hash).map(|class| class.to_runnable())
+ self.get_compiled_classes(class_hash).map(|class| class.to_runnable())
239
240
241
fn get_compiled_class_hash(&self, class_hash: ClassHash) -> StateResult<CompiledClassHash> {
0 commit comments