Skip to content

Commit 18139b7

Browse files
authored
Update architecture.md
1 parent 51b32b5 commit 18139b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/architecture.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ graph LR;
7575
end
7676
7777
subgraph highestValue
78-
req(Outgoing Query)-->sA[Subgraph A];
79-
sA-->d{HighestValueStrategy};
80-
d-->s1[Source 1];
81-
d-->s2[Source 2];
82-
s1-->synced["process"]
83-
s2-->synced
84-
synced-->|"max(_meta.block_number)"|d
78+
req4(Outgoing Query)-->sA4[Subgraph A];
79+
sA4-->d4{HighestValueStrategy};
80+
d4-->s14[Source 1];
81+
d4-->s24[Source 2];
82+
s14-->synced4["process"]
83+
s24-->synced4
84+
synced4-->|"max(_meta.block_number)"|d4
8585
end
8686
```
8787

0 commit comments

Comments
 (0)