Skip to content

Commit

Permalink
Update _index.md (#1254)
Browse files Browse the repository at this point in the history
* Update _index.md

* Prettier --write

---------

Co-authored-by: smagdali <stefan@whitelabel.org>
Co-authored-by: Ian Davis <jungziege@gmail.com>
  • Loading branch information
3 people authored Jul 15, 2023
1 parent fed6d7f commit 58a364d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/systems/filecoin_vm/sysactors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ There are two system actors required for VM processing:

- the [InitActor](sysactors#initactor), which initializes new actors and records the network name, and
- the [CronActor](sysactors#cronactor), a scheduler actor that runs critical functions at every epoch.
There are another two actors that interact with the VM:

There are another two actors that interact with the VM:

- the [AccountActor](sysactors#accountactor) responsible for user accounts (non-singleton), and
- the [RewardActor](sysactors#rewardactor) for block reward and token vesting (singleton).

Expand Down

0 comments on commit 58a364d

Please sign in to comment.