Skip to content

Commit cebe1ff

Browse files
committed
chore: clarifying accounts on remote chains
1 parent 8cc9149 commit cebe1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/guides/orchestration/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Agoric Orchestration API sits on top of Agoric’s novel VM that provides th
88
- **Multiblock execution with `async` and `await`**: Agoric applications communicate asynchronously and await responses which may come in the same block or many blocks (or weeks!) later. Contracts simply continue executing when the response arrives.
99
- **On-chain Timers**: Contracts can set timers for regular execution which makes executing common activities like subscriptions easy.
1010

11-
Agoric’s Orchestration APIs simplify controlling remote chains, moving assets, and using capabilities on any chain the API reaches.
11+
Agoric’s Orchestration APIs simplify controlling accounts on remote chains, moving assets, and using capabilities on any chain the API reaches.
1212

1313
## Orchestration Overview
1414

0 commit comments

Comments
 (0)