Skip to content

Commit

Permalink
update parent-accounts linked account docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Oct 4, 2024
1 parent 595c1f1 commit af95e8b
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 77 deletions.
1 change: 0 additions & 1 deletion docs/build/guides/account-linking/child-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ transaction(
managerRef.addAccount(cap: cap)
}
}
```

## Funding & Custody Patterns
Expand Down
2 changes: 1 addition & 1 deletion docs/build/guides/account-linking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When referring to 'account linking' we mean that an `Account` Capability is crea
to another account. The account owning the `Account` Capability which was made available to another account is the child
account. The account in possession of the Capability given by the child account becomes its parent account.

![Account linking on Flow relational diagram](resources/account-linking-relational-diagram)
![Account linking on Flow relational diagram](resources/account-linking-relational-diagram.png)

A link between two existing accounts on Flow can be created in two steps:

Expand Down
Loading

0 comments on commit af95e8b

Please sign in to comment.