Skip to content

Commit

Permalink
Remove redundant node
Browse files Browse the repository at this point in the history
Signed-off-by: Brooklyn Zelenka <[email protected]>
  • Loading branch information
expede authored Sep 19, 2023
1 parent 675146e commit 54f6447
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions design/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ flowchart
subgraph task_storage[Task Storage]
receipt_store[Receipt Retrieval]
task_store[Task Retrieval]
wasm_retrieval[Wasm Retrieval]
host_session_storage[Host Session Storage]
end
Expand Down Expand Up @@ -133,7 +132,7 @@ flowchart
wasm_based_plugin_system --> wasm_execution
resource_limits --> wasm_execution
wasm_execution --> task_store
wasm_execution --> wasm_retrieval
wasm_execution --> receipt_store
coordinator --> match_maker
Expand Down

0 comments on commit 54f6447

Please sign in to comment.