Skip to content

Commit 0c0f383

Browse files
author
Zoran Cvetkov
committed
fix
1 parent a8e56d5 commit 0c0f383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graph/src/blockchain/block_stream.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ impl<C: Blockchain> TriggersAdapterWrapper<C> {
362362
{
363363
if let Some((dh2, store)) = self.source_subgraph_stores.first() {
364364
if dh == dh2 {
365-
let schema = crate::components::store::ReadStore::input_schema(store);
365+
let schema =
366+
<dyn crate::components::store::SourceableStore>::input_schema(store);
366367
if let Some(entity_type) = ent.first() {
367368
let et = schema.entity_type(entity_type).unwrap();
368369

0 commit comments

Comments
 (0)