Skip to content

Commit

Permalink
Post PBA4 XCM tweaks (Polkadot-Blockchain-Academy#964)
Browse files Browse the repository at this point in the history
Fix DepositAsset explanation in XCVM diagram
  • Loading branch information
franciscoaguirre authored Feb 1, 2024
1 parent 7bf16ac commit 099ee2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions syllabus/8-XCM/2-XCVM/XCVM_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ classDef disabled opacity:0.3

## XCVM Operation

<diagram class="mermaid"> <!-- Putting assets in Location specified by the Origin register -->
<diagram class="mermaid"> <!-- Putting assets in Location specified by the beneficiary field -->
graph LR
subgraph Program
WithdrawAsset:::disabled-->BuyExecution:::disabled
Expand All @@ -306,7 +306,8 @@ Holding(Holding)
Origin(Origin)
end
Registers-.-Executor
Executor--"Put assets"-->Origin
DepositAsset-.-Beneficiary(Beneficiary)
Executor--"Put assets"-->Beneficiary
linkStyle 0 opacity:0.3
linkStyle 1 opacity:0.3
classDef disabled opacity:0.3
Expand Down

0 comments on commit 099ee2e

Please sign in to comment.